WindowY()

Syntax

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

Parameters

#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.

Return value

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

See Also

OpenWindow(), WindowX()

Supported OS

All

<- WindowX() - Window Index