C# Class Skybound.Gecko.ImageCreator

显示文件 Open project: tophatmonocle/DirtyGecko

Public Methods

Method 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 method

public GetBitmap ( uint width, uint height ) : Bitmap
width uint
height uint
return System.Drawing.Bitmap

GetBitmap() public method

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
return System.Drawing.Bitmap

ImageCreator() public method

public ImageCreator ( GeckoWebBrowser browser ) : System
browser GeckoWebBrowser
return System