Draw

Graphics32

TPolygon32.Draw

procedure Draw(Bitmap: TBitmap32; OutlineColor, FillColor: TColor32; Transformation: TTransformation = nil); overload;

procedure Draw(Bitmap: TBitmap32; OutlineColor: TColor32; FillLineCallback: TFillLineEvent; Transformation: TTransformation = nil); overload;

procedure Draw(Bitmap: TBitmap32; OutlineColor: TColor32; Filler: TCustomPolygonFiller; Transformation: TTransformation = nil); overload;

Description

Fills the polygon and draws the outline transformed by Transformation. This method is a simple combination of DrawFill and DrawEdge methods.

See Also

DrawEdge, DrawFill, TBitmap32, TColor32, TCustomPolygonFiller, TFillLineEvent, TTransformation