GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleLinear Class / GetValueAtPoint Method
if P is not on this finite line segment, the nearest point on the line is used instead
In This Topic
    GetValueAtPoint Method (GraduatedScaleLinear)
    In This Topic
    Returns the value that is associated with point p.
    Syntax
    public override double GetValueAtPoint( 
       PointF p
    )

    Parameters

    p
    if P is not on this finite line segment, the nearest point on the line is used instead
    See Also