GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / GetPointForValue Method
a double floating point number
In This Topic
    GetPointForValue Method (GraduatedScale)
    In This Topic
    Returns the point on the scale that corresponds to the given value.
    Syntax
    public abstract PointF GetPointForValue( 
       double val
    )

    Parameters

    val
    a double floating point number

    Return Value

    a PointF in document coordinates
    See Also