ClassEllipseShape
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:
cs-api-definition
[ComVisible(false)]
public class EllipseShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeEllipseShape
Implements:
Inherited Members
Constructors
EllipseShape()
Declaration
cs-api-definition
public EllipseShape()
Methods
CreatePath(Rectangle)
Creates an ellipse path that fits within the specified bounds.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
The rectangle defining the bounds for the ellipse.
Returns
A GraphicsPath representing an ellipse within the specified bounds.
Overrides