RectangleFIntersect Method |
| Name | Description | |
|---|---|---|
| Intersect(RectangleF) |
Replaces this System.Drawing.RectangleF structure with the intersection of
itself and the specified System.Drawing.RectangleF structure.
| |
| Intersect(RectangleF, RectangleF) |
Returns a System.Drawing.RectangleF structure that represents the intersection
of two rectangles. If there is no intersection, and empty System.Drawing.RectangleF
is returned.
|