y_pixel property

y_pixel property

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

Definition:

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

See Also