FMX.Import.TGEVertexArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGEVertexArray = array of TGEVertex;

C++

typedef System::DynamicArray<TGEVertex> TGEVertexArray;

Properties

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

Description

Array of TGEVertex objects.

See Also