contains_rect
Description:
public bool contains_rect (
Rect rect)
Checks if the given rectangle is contained inside the rounded rectangle.
Parameters:
this |
a rounded rectangle
|
rect |
the rectangle to check
|
Returns:
true if the rect is fully contained inside the rounded rectangle
|