Determines the color and pattern for filling graphical shapes and backgrounds for the current canvas.
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 RSGdiPlusGraphics.TRSGPBrush object.
Note
|
The Brush and Fill property refer to the same TRSGPBrush object. Use either one which is more compatible with your code from VCL or FMX
|
Namespace: RSGdiPlusGraphics
Delphi
|
published
property Brush: TRSGPBrush read FBrush write SetBrush;
|
Property Value
Type: TRSGPBrush
Reference
•RSGdiPlusGraphics.TRSGPCanvas.Pen •RSGdiPlusGraphics.TRSGPCanvas.Stroke •RSGdiPlusGraphics.TRSGPCanvas.Fill •RSGdiPlusGraphics.TRSGPCanvas.Font •RSGdiPlusGraphics.TRSGPCanvas.FillPath(TRSGPPath,Single,TRSGPBrush) •RSGdiPlusGraphics.TRSGPCanvas.FillEllipse(TRectF,Single,TRSGPBrush) •RSGdiPlusGraphics.TRSGPCanvas.FillRect(TRectF,Single,Single,TRSGPCorners,Single,TRSGPBrush,TRSGPCornerType) •FillPolygon •RSGdiPlusGraphics.TRSGPCanvas.FillArc(TPointF,TPointF,Single,Single,Single,TRSGPBrush) •RSGdiPlusGraphics.TRSGPCanvas.FillText(TRectF,string,Single) •TRSGPCanvas •RSGdiPlusGraphics |