NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RectangleF.IntersectsWith

Determines if this RectangleF intersets with rect.

[Visual Basic]
Public Function IntersectsWith( _
   ByVal rect As RectangleF _
) As Boolean
[C#]
public bool IntersectsWith(
   RectangleF rect
);
[C++]
public: bool IntersectsWith(
   RectangleF rect
);
[JScript]
public function IntersectsWith(
   rect : RectangleF
) : Boolean;

Parameters

rect
RectangleF to test

Return Value

true if there is any intersection

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace