__init__ constructor

On this page

init

Initializes a new instance of the SizeSearchCriteria class with a specified dimension, a starting value and an ending value.

def __init__(self, dimension, min, max):
    ...
Parameter Type Description
dimension Dimension The dimension of a watermark to search by.
min float The starting value.
max float The ending value.

See Also

On this page