XmpDimensions constructor

init

Initializes a new instance of the XmpDimensions class.

def __init__(self):
    ...

init

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