[ Version ( since = "1.4" ) ]
public bool intersects (Geometry geometry1)
Determines if this and geometry1 intersect returning true
if they do else false
.
Use Rect and intersection
this |
The first geometry to test |
geometry1 |
The second geometry to test |
|