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.
TCustomBitmap32, Color Types, TCustomPolygonFiller, Draw, DrawEdge, Antialiased, Closed, FillMode, TFillLineEvent, TTransformation
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024