WindowY()

语法

Result = WindowY(#Window [, Mode])
概要
Returns the y position on the screen of the given window.

参数

#Window The window to use.
Mode (optional) The mode used to calculate the y position of the window. It can be one of the following value:
  #PB_Window_FrameCoordinate: y position of the window, including borders (default).
  #PB_Window_InnerCoordinate: y position of the window inner area (where gadget can be added), 
                              excluding borders.

返回值

Returns the y position (from the top) on the screen (in pixels) of the given window.

参阅

OpenWindow(), WindowX()

已支持操作系统

所有

<- WindowX() - Window Index