Skip to main content

TdxGPBrushGradientPoints.Clear Method

Removes all previously created key points from the gradient line.

Declaration

procedure Clear;

Remarks

This procedure can be useful if you need to repopulate the gradient line with new key points. The Count property returns 0 after a call of the Clear method.

To remove a specific key point from the gradient line, invoke the Delete procedure instead.

See Also