C# Class AnalysisImageClick.ScreenCapture

Datei anzeigen Open project: JhetoX/HackBankAccount

Public Methods

Method Description
ScreenCapture ( ) : System
captureScreen ( int id ) : Bitmap
loadBitmap ( string file ) : Bitmap
saveBitmap ( string file, System bitmap ) : bool

Method Details

ScreenCapture() public method

public ScreenCapture ( ) : System
return System

captureScreen() public static method

public static captureScreen ( int id ) : Bitmap
id int
return System.Drawing.Bitmap

loadBitmap() public static method

public static loadBitmap ( string file ) : Bitmap
file string
return System.Drawing.Bitmap

saveBitmap() public static method

public static saveBitmap ( string file, System bitmap ) : bool
file string
bitmap System
return bool