BmpOptions constructor

init

Initializes a new instance of the BmpOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the BmpOptions class.

def __init__(self, bmp_options):
    ...
ParameterTypeDescription
bmp_optionsBmpOptionsThe BMP options.

See Also