x_pixel property

x_pixel property

When the object is a position coordinate, get or set the x coordinate in pixels.

Definition:

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

See Also