TTeeCanvas3D.Polygon
TTeeCanvas3D
procedure Polygon(Const Points: array of TPoint); override;
Unit
TeCanvas
Description
Draws a 2 dimensions polygon using the current Pen and Brush properties.
The polygon is defined by the Points array of XY pixel coordinates.
See VCL help file for TCanvas Polygon method.