RoundedRect.intersectsRect

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

class RoundedRect
bool
intersectsRect

Parameters

rect Rect

the rectangle to check

Return Value

Type: bool

%TRUE if the @rect intersects with the rounded rectangle

Meta