y property

y property

Gets the y-coordinate of the upper-left corner of this rectangle. Read-only int.

Definition:

@property
def y(self):
    ...

See Also