[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TFPCustomDrawBrush - base class for brush used for drawing
Source position: fpcanvas.pp line 348
type TFPCustomDrawBrush = class(TFPCustomBrush) |
||
public |
||
procedure DoRectangle(); virtual; abstract; |
|
DoRectangle - draws a rectangle within the given bounds |
procedure DoEllipse(); virtual; abstract; |
|
DoEllipse - draws an elipse to fit the given bounds |
procedure DoFloodFill(); virtual; abstract; |
|
DoFloodFill - Fllod-Fill an area with colour, starting at the given point |
procedure DoPolygon(); virtual; abstract; |
|
DoPolygon - produce a closed Polygon using the given array of points |
end; |
|
TFPCustomDrawBrush - base class for brush used for drawing |
|
| | ||
|
TFPCustomBrush - FreePascal base class for Brushes |
|
| | ||
|
TFPCanvasHelper - FreePascal base class providing utilities for drawing and painting canvases |
|
| | ||
| | ||
lazarus-ccr.sourceforge.net |