GetValueFromPoint Method (C1Gauge)
In This Topic
Get guage value from the point.
Syntax
'Declaration
Protected MustOverride Function GetValueFromPoint( _
ByVal As Point _
) As Double
protected abstract double GetValueFromPoint(
Point
)
Parameters
- point
- The tapped point.
Return Value
The gauge value.
See Also