TTeeCanvas3D.Polygon3D

TTeeCanvas3D.Polygon3D
TTeeCanvas3D

procedure Polygon3D(Const Points: array of TPoint3D); override;

Unit
TeCanvas

Description
Draws a 3 dimensions polygon using the current Pen and Brush properties.
The polygon is defined by the Points array of XYZ pixel coordinates.

See also VCL help file for TCanvas Polygon method.