FMX.Graphics.TGradientPoints.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TGradientPoint* operator[](int Index) { return this->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.

See Also