0 out of 6 rated this helpful - Rate this topic

Rectangle.Intersects Method (Rectangle)

Determines whether a specified Rectangle intersects with this Rectangle.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public bool Intersects (
         Rectangle value
)

Parameters

value
Type: Rectangle
The Rectangle to evaluate.

Return Value

true if the specified Rectangle intersects with this one; false otherwise.
Xbox 360, Windows 7, Windows Vista, Windows XP, Windows Phone
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.