CircleShape
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class CircleShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeCircleShape
Implements:
Inherited Members
Constructors
C#
public CircleShape()
Methods
Creates circle shape in the middle of the provided rectangle.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
Overrides:
Creates circle shape in the middle of the provided rectangle.
C#
public override GraphicsPath CreatePath(RectangleF bounds)
Overrides: