Desktop..::..GetWindowAt Method

Gets the window at.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public Window GetWindowAt(
	int x,
	int y
)
Public Function GetWindowAt ( _
	x As Integer, _
	y As Integer _
) As Window
public:
Window^ GetWindowAt(
	int^ x, 
	int^ y
)

Parameters

x
Type: Int32
The x.
y
Type: Int32
The y.

Return Value

Window.