WindowHeight()

语法

Result = WindowHeight(#Window [, Mode])
概要
Returns the height (in pixels) of the given window.

参数

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

返回值

Returns the height (in pixels) of the given window.

参阅

OpenWindow(), WindowWidth()

已支持操作系统

所有

<- WindowEvent() - Window Index - WindowID() ->