[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FPCanvas' (#fcl)

TFPCustomDrawBrush

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TFPCustomDrawBrush - base class for brush used for drawing

Declaration

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;

Inheritance

TFPCustomDrawBrush

  

TFPCustomDrawBrush - base class for brush used for drawing

|

TFPCustomBrush

  

TFPCustomBrush - FreePascal base class for Brushes

|

TFPCanvasHelper

  

TFPCanvasHelper - FreePascal base class providing utilities for drawing and painting canvases

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.