width_pixel 属性

width_pixel 属性

返回或设置指定切片器的宽度,以像素为单位。

例子


slicer.width_pixel = 120

定义:

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

也可以看看