containsPoint

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

bool
containsPoint
(,
int x
,
int y
)

Parameters

x int

X coordinate

y int

Y coordinate

Return Value

Type: bool

#TRUE if @rect contains the point

Meta