public System.bool IntersectWith( NLine line, out NPointList intersectionPoints )
Parameters
- line
- line with which to intersect
- intersectionPoints
- resulting intersection points (valid only if the method has returned true)
Return Value
true if this circle intersects with the line, otherwise false