FMX.Graphics.TPathData.Points

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Points[AIndex: Integer]: TPathPoint read GetPoint; default;

C++

__property TPathPoint Points[int AIndex] = {read=GetPoint/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData

Description

Specifies the points from the current TPathData and theirs types.

Points gets the point and its type, specified by the index in the array of points of the TPathData. Use Points to access the internal array of TPathPoint of the TPathData.

AIndex specifies an index in the points array of the TPathData.

See Also