ClassCircleShape
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[ComVisible(false)]
public class CircleShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeCircleShape
Implements:
Inherited Members
Constructors
CircleShape()
Declaration
cs-api-definition
public CircleShape()
Methods
CreatePath(Rectangle)
Creates circle shape in the middle of the provided rectangle.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
Returns
Overrides
CreatePath(RectangleF)
Creates circle shape in the middle of the provided rectangle.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(RectangleF bounds)
Parameters
bounds
Returns
Overrides
CreateRegion(Rectangle)
Creates circle region in the middle of the provided rectangle.