Returns the intersection of this rectangle with the specified rectangle.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public Rect Intersect ( |
Visual Basic
Copy Code
|
|---|
Public Function Intersect( _ |
A Rect instance.
A Rect representing the intersection of the two rectangles.
See Also