ComponentOne Gauges for WPF and Silverlight
CreateRing Method (GeometryHelper)

C1.WPF.Gauge Namespace > GeometryHelper Class : CreateRing Method
The center.
The radius to the inner border.
The width.
Creates a ring geometry (concentric ellipses).
Syntax
'Declaration
 
Public Shared Function CreateRing( _
   ByVal center As System.Windows.Point, _
   ByVal radiusIn As System.Double, _
   ByVal width As System.Double _
) As System.Windows.Media.Geometry
public static System.Windows.Media.Geometry CreateRing( 
   System.Windows.Point center,
   System.double radiusIn,
   System.double width
)

Parameters

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

Reference

GeometryHelper Class
GeometryHelper Members