ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1GaugeDecorator Class / ToSafeLocation Method
The location.

In This Topic
    ToSafeLocation Method
    In This Topic
    Converts a location into a safe location in the context of the current C1Gauge.
    Syntax
    'Declaration
     
    Protected Function ToSafeLocation( _
       ByVal location As System.Double _
    ) As System.Double
    protected System.double ToSafeLocation( 
       System.double location
    )

    Parameters

    location
    The location.
    See Also