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):
...