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