TTeeCanvas.ClipEllipse

TTeeCanvas.ClipEllipse
TTeeCanvas

procedure ClipEllipse(Const Rect: TRect; Inverted: Boolean); virtual;

Unit
TeCanvas

Description
Restricts canvas output to either the inside or outside of an ellipse contained inside the Rect coordinates parameter.

The Inverted parameter, when True, restricts output to the outside of the ellipse only.

When Inverted is False, canvas ouput is only possible inside the ellipse.