public System.bool IntersectWithRadianLine( NPoint pt, out NPoint intersectionPoint, out System.int sideIndex )
Parameters
- pt
- point which forms a line with the rectangle center
- intersectionPoint
- resulting intersection point (if the method returned true)
- sideIndex
- resulting index of the crossed side (if the method returned true (enumeration is left, top, right, bottom)
Return Value
true if the intersection was successful, otherwise false