Check if edge intersects a certain rectangle
Namespace:
FlowMap
Assembly:
FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function checkIntersectionRectangle ( _
_rect As Rectangle _
) As String |
C# |
---|
public string checkIntersectionRectangle(
Rectangle _rect
) |
Visual C++ |
---|
public:
String^ checkIntersectionRectangle(
Rectangle _rect
) |
JavaScript |
---|
function checkIntersectionRectangle(_rect); |
Parameters
- _rect
- Type: System.Drawing..::.Rectangle
A certain rectangle
Return Value
Description of the border where the edge intersected with a certain rectangle first (TOP, BOTTOM, LEFT, RIGHT, FALSE)
See Also