weight_px属性
weight_px属性
获取或设置线条的粗细(以像素为单位)。
定义:
@property
def weight_px(self):
...
@weight_px.setter
def weight_px(self, value):
...
获取或设置线条的粗细(以像素为单位)。
@property
def weight_px(self):
...
@weight_px.setter
def weight_px(self, value):
...