IntersectsWithRef Method (RectL)
In This Topic
Determines if this rectangle intersects with rect.
Syntax
'Declaration
Public Function IntersectsWithRef( _
ByRef As RectL _
) As Boolean
public bool IntersectsWithRef(
ref RectL
)
Parameters
- rect
See Also