RoundedRect.containsPoint

Checks if the given point is inside the rounded rectangle.

class RoundedRect
bool
containsPoint

Parameters

point graphene.point.Point

the point to check

Return Value

Type: bool

true if the point is inside the rounded rectangle