wManager.Wow.Helpers Namespace
WRobot

Display..::..GetWindowPosY Method

Gets window pos Y.

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

Syntax


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

Parameters

mainWindowHandle
Type: IntPtr
The main window handle.

Return Value

System.Int32.