Returns an LogicalRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.
Overload | Description |
---|---|
Intersect(leadrect) | Determines the LogicalRectangle structure that represents the intersection of two rectangles. |
Intersect(logicalrectangle) | Replaces this LogicalRectangle structure with the intersection of itself and the specified LogicalRectangle structure. |
Intersect(logicalrectangle,logicalrectangle) | Returns an LogicalRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned. |