RectangleF::IntersectsWith Method (RectangleF)

 

Determines if this rectangle intersects with rect.

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

public:
bool IntersectsWith(
	RectangleF rect
)

Parameters

rect
Type: System.Drawing::RectangleF

The rectangle to test.

Return Value

Type: System::Boolean

This method returns true if there is any intersection.

.NET Framework
Available since 1.1
Return to top
Show: