ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / GeometryHelper Class / CreateRing Method
The center.
The radius to the inner border.
The width.

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

    Parameters

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