ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1RadialGauge Class / RadiusScreen Method
The context.
The offset.

In This Topic
    RadiusScreen Method (C1RadialGauge)
    In This Topic
    Gets the radius in screen coordinates.
    Syntax
    'Declaration
     
    
    Protected Function RadiusScreen( _
       ByVal context As GaugeDrawingContext, _
       ByVal offset As Double _
    ) As Double
    protected double RadiusScreen( 
       GaugeDrawingContext context,
       double offset
    )

    Parameters

    context
    The context.
    offset
    The offset.
    See Also