Interface IWindowController
- Namespace
- NetAutoGUI
- Assembly
- NetAutoGUI.dll
public interface IWindowController
Methods
Close(Window)
void Close(Window window)
Parameters
windowWindow
GetBoundary(Window)
Rectangle GetBoundary(Window window)
Parameters
windowWindow
Returns
GetTitle(Window)
string GetTitle(Window window)
Parameters
windowWindow
Returns
PressKey(Window, VirtualKeyCode)
void PressKey(Window window, VirtualKeyCode keyCode)
Parameters
windowWindowkeyCodeVirtualKeyCode