XmpDimensions constructor

__init__(self)

Initializes a new instance of the XmpDimensions class.


def __init__(self):
    ...

__init__(self, width, height)

Initializes a new instance of the XmpDimensions class.


def __init__(self, width, height):
    ...
Parameter Type Description
width float The width.
height float The height.

See Also