C# 클래스 Skybound.Gecko.ImageCreator

파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko

공개 메소드들

메소드 설명
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

메소드 상세

GetBitmap() 공개 메소드

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

GetBitmap() 공개 메소드

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

ImageCreator() 공개 메소드

public ImageCreator ( GeckoWebBrowser browser ) : System
browser GeckoWebBrowser
리턴 System