| Overload | Description |
|---|---|
| Intersect(RectangleD) | Replaces the current RectangleD structure with the intersection of itself and another RectangleD. |
| Intersect(RectangleD,RectangleD) | Creates a new RectangleD structure representing the intersection of two RectangleD structures. (The intersection may be empty, in which case Empty is returned.) |