RectangleF::Intersect Method
.NET Framework (current version)
Determines the RectangleF structure that represents the intersection of two rectangles.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Intersect(RectangleF) | Replaces this RectangleF structure with the intersection of itself and the specified RectangleF structure. |
![]() ![]() | Intersect(RectangleF, RectangleF) | Returns a RectangleF structure that represents the intersection of two rectangles. If there is no intersection, and empty RectangleF is returned. |
Show:

