Method | Description | |
---|---|---|
GetSreenshotOfProcess ( String processName ) : Bitmap | ||
GetWindowRect ( String processName ) : Rect | ||
GrabCurrentScreen ( IntPtr hwnd ) : Bitmap | ||
PrintWindow ( IntPtr hwnd ) : Bitmap |
Method | Description | |
---|---|---|
ClientToScreen ( |
||
GetClientRect ( IntPtr hWnd, Rect &lpRect ) : bool | ||
GetForegroundWindow ( ) : IntPtr | ||
GetWindowRect ( IntPtr hWnd, Rect &lpRect ) : bool | ||
PrintWindow ( IntPtr hWnd, IntPtr hdcBlt, int nFlags ) : bool | ||
SetForegroundWindow ( IntPtr hWnd ) : int | ||
ShowWindow ( IntPtr hWnd, int nCmdShow ) : IntPtr |
public static GetSreenshotOfProcess ( String processName ) : Bitmap | ||
processName | String | |
return | Bitmap |
public static GetWindowRect ( String processName ) : Rect | ||
processName | String | |
return | Rect |
public static GrabCurrentScreen ( IntPtr hwnd ) : Bitmap | ||
hwnd | IntPtr | |
return | Bitmap |
public static PrintWindow ( IntPtr hwnd ) : Bitmap | ||
hwnd | IntPtr | |
return | Bitmap |