MindFusion.Wpf Pack Programmer's Guide
LinearScale.GetValueFromPoint Method
See Also
 





BaseScale.GetValueFromPoint override.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public override double GetValueFromPoint (
    Point point
)

Visual Basic  Copy Code

Public Overrides Function GetValueFromPoint( _
    point As Point _
) As Double

 Parameters

point

The point to test.

 Return Value

The value from the scale, corresponding to the point, possibly MinValue or MaxValue if the specified point cannot be associated with a value.

 See Also

LinearScale Members
LinearScale Class
MindFusion.Gauges.Wpf Namespace