C# Class ARKBreedingStats.Win32Stuff

Afficher le fichier Open project: cadon/ARKStatsExtractor Class Usage Examples

Méthodes publiques

Méthode Description
GetSreenshotOfProcess ( String processName ) : Bitmap
GetWindowRect ( String processName ) : Rect
GrabCurrentScreen ( IntPtr hwnd ) : Bitmap
PrintWindow ( IntPtr hwnd ) : Bitmap

Private Methods

Méthode Description
ClientToScreen ( IntPtr hWnd, Point &lpPoint ) : bool
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

Method Details

GetSreenshotOfProcess() public static méthode

public static GetSreenshotOfProcess ( String processName ) : Bitmap
processName String
Résultat Bitmap

GetWindowRect() public static méthode

public static GetWindowRect ( String processName ) : Rect
processName String
Résultat Rect

GrabCurrentScreen() public static méthode

public static GrabCurrentScreen ( IntPtr hwnd ) : Bitmap
hwnd IntPtr
Résultat Bitmap

PrintWindow() public static méthode

public static PrintWindow ( IntPtr hwnd ) : Bitmap
hwnd IntPtr
Résultat Bitmap