height_pixel 属性

height_pixel 属性

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

例子


slicer.height_pixel = 150

定义:

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

也可以看看