FMX.Types3D.TPointFDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TPointFDynArray = array of TPointF;

C++

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

Properties

Type Visibility Source Unit Parent
array
typedef
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Dynamic array (of variable length) of TPointF objects.

See Also