C# Class Skybound.Gecko.ImageCreator

Afficher le fichier Open project: tophatmonocle/DirtyGecko

Méthodes publiques

Méthode Description
GetBitmap ( uint width, uint height ) : Bitmap
GetBitmap ( uint xOffset, uint yOffset, uint width, uint height ) : Bitmap

Get a bitmap of the current browsers Window. Works on Visible or InVisible windows.

ImageCreator ( GeckoWebBrowser browser ) : System

Method Details

GetBitmap() public méthode

public GetBitmap ( uint width, uint height ) : Bitmap
width uint
height uint
Résultat System.Drawing.Bitmap

GetBitmap() public méthode

Get a bitmap of the current browsers Window. Works on Visible or InVisible windows.
public GetBitmap ( uint xOffset, uint yOffset, uint width, uint height ) : Bitmap
xOffset uint
yOffset uint
width uint Width length of returned bitmap in pixels
height uint Height length of returned bitmap in pixels
Résultat System.Drawing.Bitmap

ImageCreator() public méthode

public ImageCreator ( GeckoWebBrowser browser ) : System
browser GeckoWebBrowser
Résultat System