Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / C1LinearGauge Class / GetValueFromPoint Method
The tapped point.

In This Topic
    GetValueFromPoint Method (C1LinearGauge)
    In This Topic
    Get gauge value from the point.
    Syntax
    'Declaration
     
    Protected Overrides Function GetValueFromPoint( _
       ByVal point As Point _
    ) As Double
    protected override double GetValueFromPoint( 
       Point point
    )

    Parameters

    point
    The tapped point.

    Return Value

    The gauge value.
    See Also