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