RectangleF::Intersect Method

 

Determines the RectangleF structure that represents the intersection of two rectangles.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodIntersect(RectangleF)

Replaces this RectangleF structure with the intersection of itself and the specified RectangleF structure.

System_CAPS_pubmethodSystem_CAPS_staticIntersect(RectangleF, RectangleF)

Returns a RectangleF structure that represents the intersection of two rectangles. If there is no intersection, and empty RectangleF is returned.

Return to top
Show: