GoDigram for .NET Framework and .NET Core
Northwoods.Go.Instruments Namespace / GraduatedScaleElliptical Class / IntersectionWithLine Method
In This Topic
    IntersectionWithLine Method (GraduatedScaleElliptical)
    In This Topic
    Finds the value that corresponds to the point where the scale and the line defined by p1 and p2 interesct.
    Syntax
    public override bool IntersectionWithLine( 
       PointF p1,
       PointF p2,
       out double val
    )

    Parameters

    p1
    p2
    val
    See Also