Thumbnail constructor

init

Initializes a new instance of the Thumbnail class.

def __init__(self):
    ...

init

Initializes a new instance of the Thumbnail class.

def __init__(self, width, height):
    ...
ParameterTypeDescription
widthintThe width.
heightintThe height.

See Also