RoundedRect.intersectsRect

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

class RoundedRect
bool
intersectsRect

Parameters

rect graphene.rect.Rect

the rectangle to check

Return Value

Type: bool

true if the rect intersects with the rounded rectangle