GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / IGraduatedScale Interface / IntersectionWithLine Method
In This Topic
    IntersectionWithLine Method (IGraduatedScale)
    In This Topic
    Returns true if the line defined by points p1 and p2 intersect with the path of the scale; outputs the associated value at that point with the out parameter val.
    Syntax
    bool IntersectionWithLine( 
       PointF p1,
       PointF p2,
       out double val
    )

    Parameters

    p1
    p2
    val
    See Also