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

In This Topic
    GetValueFromPoint Method (C1Gauge)
    In This Topic
    Get guage value from the point.
    Syntax
    'Declaration
     
    Protected MustOverride Function GetValueFromPoint( _
       ByVal point As Point _
    ) As Double
    protected abstract double GetValueFromPoint( 
       Point point
    )

    Parameters

    point
    The tapped point.

    Return Value

    The gauge value.
    See Also