scale_method property

scale_method property

Gets or sets scale method for automatic adjust of image size.

Definition:

@property
def scale_method(self):
    ...
@scale_method.setter
def scale_method(self, value):
    ...

See Also