ImageRenderingOptions constructor

init

Initializes a new instance of the ImageRenderingOptions class; ImageFormat.PNG will be used as default image format.

def __init__(self):
    ...

init

Initializes a new instance of the ImageRenderingOptions class with specified image format.

def __init__(self, format):
    ...
ParameterTypeDescription
formatImageFormatThe output image format.

See Also