C# Class GR.Imaging.Screenshot

Mostrar archivo Open project: alexhanh/Botting-Library

Public Methods

Method Description
CaptureCursor ( int &x, int &y ) : Bitmap
Take ( string filename ) : void

Private Methods

Method 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 method

public static CaptureCursor ( int &x, int &y ) : Bitmap
x int
y int
return System.Drawing.Bitmap

Take() public static method

public static Take ( string filename ) : void
filename string
return void