wManager.Wow.Helpers Namespace
WRobot

Display..::..GetWindowWidth Method

Gets the width of the window.

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

Syntax


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

Parameters

mainWindowHandle
Type: IntPtr
The main window handle.

Field Value

The width of the window.

Return Value

System.Int32.