y_pixel property

y_pixel property

Gets or sets the y coordinate of the upper left corner in units of Pixel.

Definition:

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

See Also