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