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.