Home
|
GR32_Polygons
|
TPolygon32
|
|
procedure DrawFill(Bitmap: TCustomBitmap32; Color: TColor32; Transformation: TTransformation = nil); overload;
procedure DrawFill(Bitmap: TCustomBitmap32; FillLineCallback: TFillLineEvent; Transformation: TTransformation = nil); overload;
procedure DrawFill(Bitmap: TCustomBitmap32; Filler: TCustomPolygonFiller; Transformation: TTransformation = nil); overload;
Fills the polygon shape using one of the following options using the current FillMode:
Optionally a Transformation is applied while drawing.
The Closed property is ignored and all contours are automatically considered closed.
The edge quality of the filling is determined by the Antialiased property.
Antialiased, Closed, Draw, DrawEdge, FillMode, TColor32, TCustomBitmap32, TCustomPolygonFiller, TFillLineEvent, TTransformation
Copyright ©2000-2010 Alex Denisov and the Graphics32 Team - Graphics32 v1.9.0 (r1336) - Build on 9-March-2010