System.Math.Vectors.TPolygon
Delphi
type TPolygon = array of TPointF;
C++
typedef System::DynamicArray<System::Types::TPointF> TPolygon;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
array typedef |
public | System.Math.Vectors.pas System.Math.Vectors.hpp |
System.Math.Vectors | System.Math.Vectors |
Description
Spécifie un polygone en tant que tableau de TPointF.
Pour définir un polygone fermé, ajoutez le premier point de tableau à la fin du tableau.