RoundedRect.intersectsRect
bool intersectsRect(graphene.rect.Rect rect)Checks if part of the given rect is contained inside the rounded rectangle.
Parameters
rect | the rectangle to check |
Returns
true if the rect intersects with the rounded rectangle
bool intersectsRect(graphene.rect.Rect rect)Checks if part of the given rect is contained inside the rounded rectangle.
rect | the rectangle to check |