Class
GaugeVisualElement.GaugeShape

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: IComponentIDisposable

Inherited Members ElementShape.GetElementShape(RadElement)ElementShape.GetElementContour(RadElement)ElementShape.GetElementContour(Rectangle)ElementShape.CreateRegion(Rectangle)ElementShape.GetBounds(RadElement)ElementShape.CreatePath(RectangleF)ElementShape.CreateContour(Rectangle)ElementShape.MirrorPath(GraphicsPath, RectangleF)ElementShape.ShouldMirrorPath()ElementShape.SerializeProperties()ElementShape.DeserializeProperties(string)ElementShape.Dispose(bool)ElementShape.IsRightToLeftComponent.Dispose()Component.GetService(Type)Component.ToString()Component.CanRaiseEventsComponent.EventsComponent.SiteComponent.ContainerComponent.DesignModeComponent.DisposedMarshalByRefObject.MemberwiseClone(bool)MarshalByRefObject.GetLifetimeService()MarshalByRefObject.InitializeLifetimeService()MarshalByRefObject.CreateObjRef(Type)

Constructors

GaugeShape(GaugeVisualElement)

Declaration

cs-api-definition
public GaugeShape(GaugeVisualElement owner)

Parameters

owner

GaugeVisualElement

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

Rectangle

The rectangle defining the bounds for the shape.

Returns

GraphicsPath

A GraphicsPath representing the shape within the specified bounds.

Overrides ElementShape.CreatePath(Rectangle)