Documentation
›
API Reference
›
Object
›
Window
GetHeight
Lua
C++
This function returns the outer height of a window in pixels.
Syntax
int
GetHeight
()
Returns
Returns the outer height of a window, including the titlebar. If you want the size of the window client area, use Context::GetHeight() instead.