C# 클래스 ScreenShotter.Program

파일 보기 프로젝트 열기: testingbot/Selenium-Screenshots

공개 메소드들

메소드 설명
ResizeImage ( Bitmap image, int width, int height ) : Bitmap

비공개 메소드들

메소드 설명
EnumThreadWindows ( int threadId, EnumThreadProc pfnEnum, IntPtr lParam ) : bool
GetWindowRect ( IntPtr hWnd, System.Windows.Forms.RECT &lpRect ) : bool
GetWindowText ( IntPtr hWnd, System.StringBuilder text, int count ) : int
Main ( string args ) : void
MyEnumThreadWindowsProc ( IntPtr hWnd, IntPtr lParam ) : bool
PrintWindow ( IntPtr hwnd, IntPtr hdcBlt, uint nFlags ) : bool
getWindowHandle ( ) : void
takeShot ( ) : void

메소드 상세

ResizeImage() 공개 정적인 메소드

public static ResizeImage ( Bitmap image, int width, int height ) : Bitmap
image Bitmap
width int
height int
리턴 System.Drawing.Bitmap