Determines if this rectangle intersets with rect.
[Visual Basic] Public Function IntersectsWith( _ ByVal rect As Rectangle _ ) As Boolean [C#] public bool IntersectsWith( Rectangle rect ); [C++] public: bool IntersectsWith( Rectangle rect ); [JScript] public function IntersectsWith( rect : Rectangle ) : Boolean;
true if there is any intersection
Rectangle Structure | Rectangle Members | System.Drawing Namespace