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

Definition

Constructors

C#
public CircleShape()

Methods

Creates circle shape in the middle of the provided rectangle.

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

GraphicsPath

Overrides: ElementShape.CreatePath(Rectangle)

Creates circle shape in the middle of the provided rectangle.

C#
public override GraphicsPath CreatePath(RectangleF bounds)
Parameters:boundsRectangleFReturns:

GraphicsPath

Overrides: ElementShape.CreatePath(RectangleF)

Creates circle region in the middle of the provided rectangle.

C#
public override Region CreateRegion(Rectangle bounds)
Parameters:boundsRectangleReturns:

Region

Overrides: ElementShape.CreateRegion(Rectangle)