FMX.Graphics.TPathData.Points
Delphi
property Points[AIndex: Integer]: TPathPoint read GetPoint; default;
C++
__property TPathPoint Points[int AIndex] = {read=GetPoint/*, default*/};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TPathData |
Description
Spécifie les points du TPathData en cours et leurs types.
Points obtient le point et son type, spécifié par l'index dans le tableau de points de TPathData. Utilisez Points pour accéder au tableau interne de TPathPoint du TPathData.
AIndex
spécifie un index dans le tableau de points du TPathData.