width_inch属性
width_inch属性
表示形状的宽度,单位为英寸。
例子
if shape.width_inch == 3:
shape.width_inch = 1.0
定义:
@property
def width_inch(self):
...
@width_inch.setter
def width_inch(self, value):
...
表示形状的宽度,单位为英寸。
if shape.width_inch == 3:
shape.width_inch = 1.0
@property
def width_inch(self):
...
@width_inch.setter
def width_inch(self, value):
...