FMX.Graphics.TPathData.Count

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData

Beschreibung

Gibt die Anzahl der Punkte des TPathData-Objekts an. Count ermittelt die Anzahl der Elemente im Array Points.

Siehe auch