C# Class GR.Imaging.Screenshot

Afficher le fichier Open project: alexhanh/Botting-Library

Méthodes publiques

Méthode Description
CaptureCursor ( int &x, int &y ) : Bitmap
Take ( string filename ) : void

Private Methods

Méthode Description
CopyIcon ( IntPtr hIcon ) : IntPtr
DeleteObject ( IntPtr hDc ) : IntPtr
DestroyIcon ( IntPtr hIcon ) : bool
GetCursorInfo ( CURSORINFO &pci ) : bool
GetGDIHandleCount ( ) : int
GetGuiResources ( IntPtr hProcess, int uiFlags ) : int
GetIconInfo ( IntPtr hIcon, ICONINFO &piconinfo ) : bool
GetUserHandleCount ( ) : int
HandleMessage ( string message ) : void

Method Details

CaptureCursor() public static méthode

public static CaptureCursor ( int &x, int &y ) : Bitmap
x int
y int
Résultat System.Drawing.Bitmap

Take() public static méthode

public static Take ( string filename ) : void
filename string
Résultat void