NevronOpenVision
Nevron.Nov.Graphics Namespace / NLine Structure / IntersectWith Method / IntersectWith(NCircle,NPointList) Method
The circle to check for intersection with.
The resulting intersection points (valid only if the method returned true).
In This Topic
    IntersectWith(NCircle,NPointList) Method
    In This Topic
    Check if this line intersects the specified circle and returns the intersection points if it does.
    Syntax
    public System.bool IntersectWith( 
       NCircle circle,
       out NPointList intersectionPoints
    )

    Parameters

    circle
    The circle to check for intersection with.
    intersectionPoints
    The resulting intersection points (valid only if the method returned true).

    Return Value

    True if this line intersects with the circle, 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