FMX.Types.TPointArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TPointArray = array [0..0] of TPointF;

C++

typedef System::StaticArray<System::Types::TPointF, 1> TPointArray;

Propriétés

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

Description

Un tableau à un élément de TPointF, à usage interne.

Voir aussi