Tema: Rotar Shape
Ver Mensaje Individual
  #4  
Antiguo 18-07-2006
dicatek dicatek is offline
Miembro
 
Registrado: jun 2006
Posts: 46
Reputación: 0
dicatek Va por buen camino
Ok!

Gracias Ñuño Martinez!

He estado revisando y creo que podré hacerlo con el TCanvas y un Paintbox.
Estoy consultando la ayuda de delphi pero no termino de entenderme, mi pregunta es cómo podria modificar en tiempo de ejecución la largada, ancho, color posición (grados)...de la línea?

Estoy viendo que con esas propiedades podría hacerlo:

Font Specifies the font to use when writing text on the image. Set the properties of the TFont object to specify the font face, color, size, and style of the font.
Brush Determines the color and pattern the canvas uses for filling graphical shapes and backgrounds. Set the properties of the TBrush object to specify the color and pattern or bitmap to use when filling in spaces on the canvas.
Pen Specifies the kind of pen the canvas uses for drawing lines and outlining shapes. Set the properties of the TPen object to specify the color, style, width, and mode of the pen.
PenPos Specifies the current drawing position of the pen.
Pixels Specifies the color of the area of pixels within the current ClipRect.


Pero no sé como pasarlo al programa

Muchas gracias!
Responder Con Cita