contains method

contains(self, x, y)

Return true if the given point is inside the rectangle.

Returns


def contains(self, x, y):
    ...
ParameterTypeDescription
xint
yint

See Also