ResolutionSetting constructor

init

Initializes a new instance of the ResolutionSetting class.

def __init__(self):
    ...

init

Initializes a new instance of the ResolutionSetting class.

def __init__(self, horizontal_resolution, vertical_resolution):
    ...
ParameterTypeDescription
horizontal_resolutionfloatThe horizontal resolution.
vertical_resolutionfloatThe vertical resolution.

See Also