width 属性

width 属性

返回或设置指定切片器的 width,以磅为单位。

例子


slicer.width = 100

定义:

@property
def width(self):
    ...
@width.setter
def width(self, value):
    ...

也可以看看