procedure DrawEdge(Bitmap: TCustomBitmap32; Color: TColor32; Transformation: TTransformation = nil);
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.