contains_point


Description:

public bool contains_point (Point p)

Checks whether a Rect contains the given coordinates.

Parameters:

this

a Rect

p

a Point

Returns:

`true` if the rectangle contains the point