C# 클래스 GR.Imaging.Screenshot

파일 보기 프로젝트 열기: alexhanh/Botting-Library

공개 메소드들

메소드 설명
CaptureCursor ( int &x, int &y ) : Bitmap
Take ( string filename ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CaptureCursor() 공개 정적인 메소드

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

Take() 공개 정적인 메소드

public static Take ( string filename ) : void
filename string
리턴 void