FMX.Graphics.TGradientPoints.operator []

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

C++

TGradientPoint* operator[](int Index) { return this->Points[Index]; }

プロパティ

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

説明

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

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

関連項目