contains method

contains

Return true if the given point is inside the rectangle.

Returns

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

See Also