contains

open operator override fun contains(point: Point?): Boolean

Whether or not the entity contains the point.

Return

true is the entity contains the point; false otherwise.

Parameters

point

the point to test