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.