RelativeRectangle constructor

__init__(self)

Constructs a new instance of RelativeRectangle


def __init__(self):
    ...

__init__(self, left, top, width, height)

Construct a RelativeRectangle


def __init__(self, left, top, width, height):
    ...
ParameterTypeDescription
leftint
topint
widthint
heightint

See Also