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





Returns the value corresponding to the specified point.

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

 Syntax

C#  Copy Code

public abstract double GetValueFromPoint (
    Point point
)

Visual Basic  Copy Code

Public MustOverride 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

BaseScale Members
BaseScale Class
MindFusion.Gauges.Wpf Namespace