rotation属性

rotation属性

获取或设置水印的旋转角度(以度为单位)。

定义:

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

也可以看看