Class CircleShape
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class CircleShape : ElementShape
Constructors
CircleShape()
Declaration
public CircleShape()
Methods
CreatePath(Rectangle)
Creates circle shape in the middle of the provided rectangle.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
CreatePath(RectangleF)
Creates circle shape in the middle of the provided rectangle.
Declaration
public override GraphicsPath CreatePath(RectangleF bounds)
Parameters
System.Drawing.RectangleF
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|
Overrides
CreateRegion(Rectangle)
Creates circle region in the middle of the provided rectangle.
Declaration
public override Region CreateRegion(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Region
|