C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / RectL Structure / IntersectsWith Method

In This Topic
IntersectsWith Method (RectL)
In This Topic
Determines if this rectangle intersects with rect.
Syntax
'Declaration
 
Public Function IntersectsWith( _
   ByVal rect As RectL _
) As System.Boolean
 

Parameters

rect
See Also