containsPoint

fun containsPoint(x: <Error class: unknown class>, y: <Error class: unknown class>): Boolean

Returns true if @rect contains the point described by @x and @y.

Return

true if @rect contains the point

Parameters

x

X coordinate

y

Y coordinate