'Declaration Public Function IntersectsWith( _ ByVal rect As Rectangle _ ) As Boolean
'Declaration
Public Function IntersectsWith( _ ByVal rect As Rectangle _ ) As Boolean
'Usage Dim instance As Rectangle Dim rect As Rectangle Dim value As Boolean value = instance.IntersectsWith(rect)
'Usage
Dim instance As Rectangle Dim rect As Rectangle Dim value As Boolean value = instance.IntersectsWith(rect)
public bool IntersectsWith( Rectangle rect )
true
false
Rectangle Structure Rectangle Members