Method | Description | |
---|---|---|
AttachToCorner ( ScreenCorner corner ) : void |
This method tries to set the position of the window so that it's fully visible but one of it's corners is attached to given parameter.
|
|
Capture ( ) : |
||
Capture ( |
||
CaptureScreen ( |
||
CaptureScreenNew ( |
||
ChildWindowFromPoint ( Point point, string class_name, |
||
Equals ( object obj ) : bool | ||
FindChildWindow ( string text_begin ) : |
||
FindChildWindow ( string class_name, string text_begin, |
Pass empty string to class_name to match all. Pass empty string to text_begin to match all. Pass null to begin_with to skip.
|
|
FindWindow ( string title_begin ) : |
||
FindWindows ( string title_begin ) : GR.Win32.Window[] | ||
Focus ( ) : void | ||
ForegroundWindow ( ) : |
||
GetHashCode ( ) : int | ||
GetOpenWindowFromProcessID ( int process_id, string title_begins, string &matched_title ) : |
||
GetOpenWindowsFromPID ( int processID ) : string>.IDictionary |
||
GetOpenWindowsFromProcessID ( int process_id, string title_begins ) : List |
||
GetOpenWindowsFromProcessID ( int process_id, string title_begins ) : GR.Win32.Window[] | ||
GetText ( ) : string | ||
GetWindowRect ( |
||
GetWindowText ( |
||
Hide ( ) : void | ||
IsMinimized ( ) : bool | ||
MakeVisible ( ) : void | ||
Minimize ( ) : void | ||
Resize ( |
||
Restore ( ) : void | ||
SetForeground ( ) : void | ||
SetPosition ( Point position ) : void | ||
Window ( |
Method | Description | |
---|---|---|
EnumCallback ( |
public AttachToCorner ( ScreenCorner corner ) : void | ||
corner | ScreenCorner | |
return | void |
public Capture ( |
||
rect | ||
return |
public static CaptureScreen ( |
||
hwnd | ||
rect | ||
return |
public static CaptureScreenNew ( |
||
hwnd | ||
return |
public ChildWindowFromPoint ( Point point, string class_name, |
||
point | Point | |
class_name | string | |
begin_with | ||
return |
public FindChildWindow ( string text_begin ) : |
||
text_begin | string | |
return |
public FindChildWindow ( string class_name, string text_begin, |
||
class_name | string | |
text_begin | string | |
begin_with | ||
return |
public static FindWindow ( string title_begin ) : |
||
title_begin | string | |
return |
public static FindWindows ( string title_begin ) : GR.Win32.Window[] | ||
title_begin | string | |
return | GR.Win32.Window[] |
public static GetOpenWindowFromProcessID ( int process_id, string title_begins, string &matched_title ) : |
||
process_id | int | |
title_begins | string | |
matched_title | string | |
return |
public static GetOpenWindowsFromPID ( int processID ) : string>.IDictionary |
||
processID | int | |
return | string>.IDictionary |
public static GetOpenWindowsFromProcessID ( int process_id, string title_begins ) : List |
||
process_id | int | |
title_begins | string | |
return | List |
public static GetOpenWindowsFromProcessID ( int process_id, string title_begins ) : GR.Win32.Window[] | ||
process_id | int | |
title_begins | string | |
return | GR.Win32.Window[] |
public static GetWindowRect ( |
||
hwnd | ||
return |
public static GetWindowText ( |
||
hwnd | ||
return | string |
public Window ( |
||
window_handle | ||
return | System |