FMX.Graphics.TPathData.operator []

提供:RAD Studio API Documentation

C++

TPathPoint operator[](int AIndex) { return this->Points[AIndex]; }

プロパティ

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

説明

Points 内の指定されたインデックスにある点を返します。

AIndex は、返される点のインデックスを示します。

関連項目