C# Class Editor.Helper.WebSiteThumbnail

Show file Open project: RIATEAM/MYSTIC Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
GetScreenShot ( ) : Bitmap
GetSiteThumbnail ( string url, int width, int height, int thumbWidth, int thumbHeight ) : Bitmap
GetSiteThumbnail ( string url, int width, int height, int thumbWidth, int thumbHeight, string absolutePath ) : Bitmap
SaveImage ( string emptyfile, string FolderToSave ) : void
WebSiteThumbnail ( string url, int width, int height, int thumbWidth, int thumbHeight ) : System
WebSiteThumbnail ( string url, int width, int height, int thumbWidth, int thumbHeight, string absolutePath ) : System

Private Methods

Method Description
WebBrowser_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void
_GetScreenShot ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetScreenShot() public method

public GetScreenShot ( ) : Bitmap
return System.Drawing.Bitmap

GetSiteThumbnail() public static method

public static GetSiteThumbnail ( string url, int width, int height, int thumbWidth, int thumbHeight ) : Bitmap
url string
width int
height int
thumbWidth int
thumbHeight int
return System.Drawing.Bitmap

GetSiteThumbnail() public static method

public static GetSiteThumbnail ( string url, int width, int height, int thumbWidth, int thumbHeight, string absolutePath ) : Bitmap
url string
width int
height int
thumbWidth int
thumbHeight int
absolutePath string
return System.Drawing.Bitmap

SaveImage() public static method

public static SaveImage ( string emptyfile, string FolderToSave ) : void
emptyfile string
FolderToSave string
return void

WebSiteThumbnail() public method

public WebSiteThumbnail ( string url, int width, int height, int thumbWidth, int thumbHeight ) : System
url string
width int
height int
thumbWidth int
thumbHeight int
return System

WebSiteThumbnail() public method

public WebSiteThumbnail ( string url, int width, int height, int thumbWidth, int thumbHeight, string absolutePath ) : System
url string
width int
height int
thumbWidth int
thumbHeight int
absolutePath string
return System