RoundedRect.containsRect

Checks if the given @rect is contained inside the rounded rectangle.

class RoundedRect
bool
containsRect

Parameters

rect Rect

the rectangle to check

Return Value

Type: bool

%TRUE if the @rect is fully contained inside the rounded rectangle

Meta