RelativeRectangle constructor

init

Constructs a new instance of RelativeRectangle

def __init__(self):
    ...

init

Construct a RelativeRectangle

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

See Also