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;
true if there is any intersection
RectangleF Structure | RectangleF Members | System.Drawing Namespace