ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / GeometryHelper Class / CreateRing Method
The center.
The radius to the inner border.
The width.

In This Topic
    CreateRing Method (GeometryHelper)
    In This Topic
    Creates a ring geometry (concentric ellipses).
    Syntax
    'Declaration
     
    
    Public Shared Function CreateRing( _
       ByVal center As Point, _
       ByVal radiusIn As Double, _
       ByVal width As Double _
    ) As Geometry
    public static Geometry CreateRing( 
       Point center,
       double radiusIn,
       double width
    )

    Parameters

    center
    The center.
    radiusIn
    The radius to the inner border.
    width
    The width.
    See Also