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