contains_point


Description:

public bool contains_point (Point point)

Checks whether point is contained by this, after normalizing the rectangle.

Parameters:

this

a Rect

point

the point to check

Returns:

true if the point is contained by this.