|
Brush
|
Determines the color and pattern for filling graphical shapes and backgrounds for the current TCanvas.
Set the Brush property to specify the color and pattern to use when drawing the background or filling in graphical shapes. The value of Brush is a TBrush object.
Note
|
The Brush property exposes the FMX Fill property with another name to help with compatibility. For new code, use the Fill property as it is slightly faster to access it.
|
|
|
ClipRect
|
Specifies the boundaries of the clipping rectangle.
Use ClipRect to determine where the canvas needs painting. ClipRect limits the drawing region of the canvas so that any drawing that occurs at coordinates outside the ClipRect is clipped and does not appear in the image.
|
|
ClipRectF
|
Specifies the boundaries of the clipping rectangle.
Use ClipRect to determine where the canvas needs painting. ClipRect limits the drawing region of the canvas so that any drawing that occurs at coordinates outside the ClipRect is clipped and does not appear in the image.
|
|
Pen
|
Specifies the TStrokeBrush of the outline pen to use for drawing a shape on the current TCanvas.
The drawing pen is a TStrokeBrush object. To customize the outline pen, change the TStrokeBrush properties.
Note
|
The Pen property exposes the FMX Stroke property with another name to help with compatibility. For new code, use the Stroke property as it is slightly faster to access it.
|
|
|
PenWidth
|
Specifies the thickness of the Pen or Stroke.
|