C# Class PsHandler.Custom.ScreenCapture

Afficher le fichier Open project: kampiuceris/PsHandler

Méthodes publiques

Méthode Description
GetBitmapRectangleFromScreen ( Rectangle rect ) : Bitmap
GetBitmapScreensAll ( ) : System.Drawing.Bitmap[]
GetBitmapWindow ( IntPtr handle ) : Bitmap
GetBitmapWindowClient ( IntPtr handle ) : Bitmap

Method Details

GetBitmapRectangleFromScreen() public static méthode

public static GetBitmapRectangleFromScreen ( Rectangle rect ) : Bitmap
rect System.Drawing.Rectangle
Résultat System.Drawing.Bitmap

GetBitmapScreensAll() public static méthode

public static GetBitmapScreensAll ( ) : System.Drawing.Bitmap[]
Résultat System.Drawing.Bitmap[]

GetBitmapWindow() public static méthode

public static GetBitmapWindow ( IntPtr handle ) : Bitmap
handle System.IntPtr
Résultat System.Drawing.Bitmap

GetBitmapWindowClient() public static méthode

public static GetBitmapWindowClient ( IntPtr handle ) : Bitmap
handle System.IntPtr
Résultat System.Drawing.Bitmap