C# Class Tibialyzer.ScreenshotManager

Mostra file Open project: Mytherin/Tibialyzer Class Usage Examples

Public Methods

Method Description
saveScreenshot ( string name, Bitmap bitmap ) : void
takeScreenshot ( ) : Bitmap

Private Methods

Method Description
GetWindowRect ( IntPtr hWnd, System.Windows.Forms.RECT &Rect ) : bool

Method Details

saveScreenshot() public static method

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

takeScreenshot() public static method

public static takeScreenshot ( ) : Bitmap
return System.Drawing.Bitmap