y
- function
-
returns the y coordinate of a point, or of the origin of a rectangle
-
Examples: +
put the y of [12,47] —> 12
set bounds to [100,75,200,85]
put bounds.y —> 75 -
Related: x, top, bottom, width, height, size
-
returns the y coordinate of a point, or of the origin of a rectangle
Examples: +
put the y of [12,47] —> 12
set bounds to [100,75,200,85]
put bounds.y —> 75
Related: x, top, bottom, width, height, size