IntersectsWith Method (ImageRect)
In This Topic
Determines if this rectangle intersects with rect.
Syntax
'Declaration
Public Function IntersectsWith( _
ByVal As ImageRect _
) As System.Boolean
public System.bool IntersectsWith(
ImageRect
)
Parameters
- rect
See Also