C# Class Tibialyzer.ScreenshotManager

Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Méthodes publiques

Méthode Description
saveScreenshot ( string name, Bitmap bitmap ) : void
takeScreenshot ( ) : Bitmap

Private Methods

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

Method Details

saveScreenshot() public static méthode

public static saveScreenshot ( string name, Bitmap bitmap ) : void
name string
bitmap System.Drawing.Bitmap
Résultat void

takeScreenshot() public static méthode

public static takeScreenshot ( ) : Bitmap
Résultat System.Drawing.Bitmap