FMX.Graphics.TGradientPoints.operator []
C++
TGradientPoint* operator[](int Index) { return this->Points[Index]; }
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | FMX.Graphics.hpp | FMX.Graphics | TGradientPoints |
Beschreibung
Gibt den Punkt mit dem in Points angegebenen Index zurück.
AIndex gibt den Index des zurückzugebenden Punktes an.