to_absolute method

to_absolute

Convert the relative rectangle to absolute rectangle

Returns

def to_absolute(self, left, top, width, height):
    ...
ParameterTypeDescription
leftintLeft of the rectangle
topintTop of the rectangle
widthintWidth of the rectangle
heightintHeight of the rectangle

See Also