Tests whether this rectangle intersects with the specified rectangle.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public bool Intersects ( |
Visual Basic
Copy Code
|
|---|
Public Function Intersects( _ |
A Rect instance.
true if the rectangles intersect, otherwise false.
See Also