scale property

scale property

Gets and sets the picture format scale.

Definition:

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

See Also