Rectangle..::..Intersects Method

Intersectses the specified rect.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Intersects(
	Rectangle rect
)
Public Function Intersects ( _
	rect As Rectangle _
) As Boolean
public:
bool^ Intersects(
	Rectangle^ rect
)

Parameters

rect
Type: Rectangle
The rect.

Return Value

true if XXXX, false otherwise