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