TPolygon32.DrawEdge

procedure DrawEdge(Bitmap: TCustomBitmap32; Color: TColor32; Transformation: TTransformation = nil);

Description

Frames the edge of the polygon with specified color and uses the Transformation while drawing.

The quality of the line is determined by Antialiased property.

When Closed property is True, each polygon is automatically closed.

See Also

TCustomBitmap32, Color Types, Draw, DrawFill, Antialiased, Closed, TTransformation