Afficher : Delphi C++
Préférences d'affichage

FMX.Types.TPathData.Points

De XE2 API Documentation

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.Types.pas
FMX.Types.hpp
FMX.Types 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.

Voir aussi

Versions précédentes
Traductions