contains

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

Checks whether the given point is within the boundaries of this Rectangle

Return

true IFF the given point falls within the boundaries of this Rectangle


open operator override fun contains(rectangle: Rectangle): Boolean

Return

``true`` IFF the given rectangle falls within the boundaries of this Polygon */