Returns the value corresponding to the specified point.
Namespace: MindFusion.GaugesAssembly: MindFusion.Gauges
public abstract float GetValueFromPoint ( PointF point)
Public MustOverride Function GetValueFromPoint( _ point As PointF _) As Single
The point to test.
The value from the scale, corresponding to the point, possibly MinValue or MaxValue if the specified point cannot be associated with a value.
BaseScale MembersBaseScale ClassMindFusion.Gauges Namespace