TdxGPBrushGradientPoints.Delete(Integer) Method
Removes a specified key point from the gradient line.
Declaration
procedure Delete(Index: Integer);
Parameters
Name | Type |
---|---|
Index | Integer |
Remarks
Call this procedure to remove a specific key point from the gradient line. The Index parameter identifies the key point you need to delete.
Each call of the Delete method decreases the Count property value by one.
To remove all key points from the gradient line immediately, invoke the Clear procedure instead.
See Also