New to Telerik UI for WinFormsStart a free 30-day trial

Represents an ellipse shape that can render circles and ellipses based on the provided bounds.

Definition

Constructors

C#
public EllipseShape()

Methods

Creates an ellipse path that fits within the specified bounds.

C#
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters:boundsRectangle

The rectangle defining the bounds for the ellipse.

Returns:

GraphicsPath

A GraphicsPath representing an ellipse within the specified bounds.

Overrides: ElementShape.CreatePath(Rectangle)