Definition
Namespace:Telerik.WinControls.UI.Gauges
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class GaugeVisualElement.GaugeShape : ElementShape, IComponent, IDisposable
Inheritance: objectMarshalByRefObjectComponentElementShapeGaugeVisualElement.GaugeShape
Implements:
Inherited Members
Constructors
Methods
Creates a GraphicsPath using the specified rectangle as bounds. This method must be implemented by derived classes.
C#
public override GraphicsPath CreatePath(Rectangle bounds)
The rectangle defining the bounds for the shape.
Returns:A GraphicsPath representing the shape within the specified bounds.
Overrides: