GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / GetValueAtPoint Method
a PointF in document coordinates
In This Topic
    GetValueAtPoint Method (GraduatedScale)
    In This Topic
    Returns the value that is associated with point p.
    Syntax
    public abstract double GetValueAtPoint( 
       PointF p
    )

    Parameters

    p
    a PointF in document coordinates

    Return Value

    a double floating point number
    See Also