Class EllipseShape
Represents ellipse shape.
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class EllipseShape : ElementShape
Constructors
EllipseShape()
Declaration
public EllipseShape()
Methods
CreatePath(Rectangle)
Creates ellipse shape. Overrides the method defined in its base class - ElementShape.
Declaration
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
System.Drawing.Rectangle
bounds
|
Returns
System.Drawing.Drawing2D.GraphicsPath
|