メインコンテンツまでスキップ
バージョン:25.2

y

Function

  • 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