FMX.Import.TGEVertexSource.AddPositionSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddPositionSource(const ASource : TSingleDynArray): Integer;

C++

int __fastcall AddPositionSource(const System::DynamicArray<float> ASource);

Properties

Type Visibility Source Unit Parent
function public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEVertexSource

Description

Adds a new vertex position to the source.

The ASource parameter specifies the coordinates of the point to be added to the source.

The point is added to the PositionSource array.

AddPositionSource returns an integer representing the position of the added point in the PositionSource array.

See Also