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