ClassDonutShape
Class
Represents a donut (ring-shaped) element shape with configurable thickness.
Definition
Namespace:Telerik.WinControls.Tests
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[ComVisible(false)]
public class DonutShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeDonutShape
Implements:
Inherited Members
Constructors
DonutShape()
Declaration
cs-api-definition
public DonutShape()
Properties
Methods
CreatePath(Rectangle)
Creates a donut-shaped graphics path with an outer ellipse and inner hole.
Declaration
cs-api-definition
public override GraphicsPath CreatePath(Rectangle bounds)
Parameters
bounds
The bounding rectangle for the donut shape.
Returns
A GraphicsPath representing the donut shape.
Overrides