C# 클래스 Tibialyzer.ScreenshotManager

파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 메소드들

메소드 설명
saveScreenshot ( string name, Bitmap bitmap ) : void
takeScreenshot ( ) : Bitmap

비공개 메소드들

메소드 설명
GetWindowRect ( IntPtr hWnd, System.Windows.Forms.RECT &Rect ) : bool

메소드 상세

saveScreenshot() 공개 정적인 메소드

public static saveScreenshot ( string name, Bitmap bitmap ) : void
name string
bitmap System.Drawing.Bitmap
리턴 void

takeScreenshot() 공개 정적인 메소드

public static takeScreenshot ( ) : Bitmap
리턴 System.Drawing.Bitmap