C# Class SpeakFriend.Utilities.WebScreenshotGenerator

Show file Open project: teamaton/speak-lib

Public Methods

Method Description
GetScreenshot ( Uri uri ) : Bitmap
GetScreenshot ( Uri uri, int width, int height ) : Bitmap

Method Details

GetScreenshot() public static method

public static GetScreenshot ( Uri uri ) : Bitmap
uri System.Uri
return System.Drawing.Bitmap

GetScreenshot() public static method

public static GetScreenshot ( Uri uri, int width, int height ) : Bitmap
uri System.Uri
width int
height int
return System.Drawing.Bitmap