GetWindowSize

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber GetWindowSize(SalWindowHandle hWnd, 
ref SalNumber nWidth,
ref SalNumber nHeigth)

The GetWindowSize returns the size of a window in pixels.

Parameters

Name Description
SalWindowHandle hWnd The handle (or name) of the window to get the size from.
ref SalNumber nWidth After the call, this parameter contains the window width in pixels
ref SalNumber nHeight After the call, this parameter contains the window height in pixels

Returns

This method does not return a value.