System.Math.Vectors.TPolygon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPolygon = array of TPointF;

C++

typedef System::DynamicArray<System::Types::TPointF> TPolygon;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Specifies a polygon as an array of TPointF.

To define a closed polygon, add the first array point to the end of the array.

See Also

Code Examples