wManager.Wow.Helpers Namespace
WRobot

Display..::..GetWindowHeight Method

Gets the height window.

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static int GetWindowHeight(
	IntPtr mainWindowHandle
)
Public Shared Function GetWindowHeight ( _
	mainWindowHandle As IntPtr _
) As Integer
public:
static int^ GetWindowHeight(
	IntPtr^ mainWindowHandle
)

Parameters

mainWindowHandle
Type: IntPtr
The main window handle.

Field Value

The height of the window.

Return Value

System.Int32.