Table of Contents

Interface IWindowController

Namespace
NetAutoGUI
Assembly
NetAutoGUI.dll
public interface IWindowController

Methods

Close(Window)

void Close(Window window)

Parameters

window Window

GetBoundary(Window)

Rectangle GetBoundary(Window window)

Parameters

window Window

Returns

Rectangle

GetTitle(Window)

string GetTitle(Window window)

Parameters

window Window

Returns

string

PressKey(Window, VirtualKeyCode)

void PressKey(Window window, VirtualKeyCode keyCode)

Parameters

window Window
keyCode VirtualKeyCode