EllipseShape
Class
Represents an ellipse shape that can render circles and ellipses based on the provided bounds.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class EllipseShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeEllipseShape
Implements:
Inherited Members
Constructors
C#
public EllipseShape()
Methods
Creates an ellipse path that fits within the specified bounds.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
The rectangle defining the bounds for the ellipse.
Returns:A GraphicsPath representing an ellipse within the specified bounds.
Overrides: