FMX.Graphics.TPathData.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

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

Properties

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

Description

Specifies the number of points of the TPathData. Count gets the number of elements in the Points array.

See Also