System.Math.Vectors.TPolygon

De RAD Studio API Documentation
Aller à : navigation, rechercher

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.

Voir aussi

Exemples de code