x_pixel属性

x_pixel属性

获取或设置左上角的 x 坐标(以像素为单位)。

定义:

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

也可以看看