ICanvas.ClipEllipse
ICanvas
procedure ClipEllipse(Left, Top, Right, Bottom: Integer; Inverted: WordBool);
Type Library
TeeChartx
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.