RoundedRect.containsRect
bool containsRect(graphene.rect.Rect rect)Checks if the given rect is contained inside the rounded rectangle.
Parameters
rect | the rectangle to check |
Returns
true if the rect is fully contained inside the rounded rectangle
bool containsRect(graphene.rect.Rect rect)Checks if the given rect is contained inside the rounded rectangle.
rect | the rectangle to check |