FMX.Graphics.TGradientPoints.operator []
C++
TGradientPoint* operator[](int Index) { return Points[Index]; }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Graphics.hpp | FMX.Graphics | TGradientPoints |
Description
Returns the point with the given index in Points.
AIndex specifies the index of the point to be returned.