top_pixel 属性
top_pixel 属性
返回或设置切片器形状与其顶行的垂直偏移量(以像素为单位)。
例子
slicer.top_pixel = 6
定义:
@property
def top_pixel(self):
...
@top_pixel.setter
def top_pixel(self, value):
...
返回或设置切片器形状与其顶行的垂直偏移量(以像素为单位)。
slicer.top_pixel = 6
@property
def top_pixel(self):
...
@top_pixel.setter
def top_pixel(self, value):
...