GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScale Class / IntersectionWithLine Method
an output parameter, giving the double floating point value
In This Topic
    IntersectionWithLine Method (GraduatedScale)
    In This Topic
    Finds the value that corresponds to the point where the scale and the line defined by p1 and p2 intersect.
    Syntax
    public abstract bool IntersectionWithLine( 
       PointF p1,
       PointF p2,
       out double val
    )

    Parameters

    p1
    p2
    val
    an output parameter, giving the double floating point value

    Return Value

    true if the scale intersects the line
    See Also