Creates a Elliptical Windows GDI clipping region.
public override Void ClipEllipse(Rectangle r)

Remarks


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.

See Also

Graphics3DVML Class | Graphics3DVML Members | Steema.TeeChart.Drawing Namespace