intersects


Description:

[ Version ( since = "1.4" ) ]
public bool intersects (Geometry geometry1)

Determines if this and geometry1 intersect returning true if they do else false.

Note:

Use Rect and intersection

Parameters:

this

The first geometry to test

geometry1

The second geometry to test

Returns:

true of this and geometry1 intersect else false.