wManager.Wow.Helpers Namespace
WRobot

Display..::..GetWindowPosX Method

Gets window pos X.

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

Syntax


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

Parameters

mainWindowHandle
Type: IntPtr
The main window handle.

Return Value

System.Int32.