relative_to_original_picture_size属性
relative_to_original_picture_size属性
指示形状是否相对于原始图片尺寸。
例子
if shape.relative_to_original_picture_size:
shape.relative_to_original_picture_size = False
定义:
@property
def relative_to_original_picture_size(self):
...
@relative_to_original_picture_size.setter
def relative_to_original_picture_size(self, value):
...