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