FMX.Graphics.TPathData.Points

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

Delphi

property Points[AIndex: Integer]: TPathPoint read GetPoint; default;

C++

__property TPathPoint Points[int AIndex] = {read=GetPoint/*, default*/};

プロパティ

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


説明

現在の TPathData の点、およびその型を示します。

Points では、点およびその型を取得します。これは、TPathData の点の配列内におけるインデックスで示されます。Points を使用すると、TPathDataTPathPoint の内部配列にアクセスすることができます。

AIndex は、TPathData の点の配列内のインデックスを示します。

関連項目