System.Types.TPolygon

De RAD Studio API Documentation

Delphi

type TPolygon = array of TPointF;

C++

typedef System::DynamicArray<TPointF> TPolygon;

Sommaire

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
System.Types.pas
System.Types.hpp
System.Types System.Types

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

Traductions