FMX.Graphics.TPathData.Count

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Count: Integer read GetCount;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TPathData


説明

TPathData の点の数を示します。Count は、Points 配列内の要素数を取得します。

関連項目