NevronOpenVision
Nevron.Nov.Graphics Namespace / NLine Structure / IntersectWith Method / IntersectWith(NLine,NPoint) Method
The line to to check for intersetion with.
The resulting intersection point, if the lines intersect.
In This Topic
    IntersectWith(NLine,NPoint) Method
    In This Topic
    Checks if this line inthersects the given line and returns the intersection point as an out parameter if it does.
    Syntax
    public System.bool IntersectWith( 
       NLine line,
       out NPoint result
    )

    Parameters

    line
    The line to to check for intersetion with.
    result
    The resulting intersection point, if the lines intersect.

    Return Value

    True if lines intersect, otherwise false.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also