C# 클래스 Editor.Helper.WebSiteThumbnail

파일 보기 프로젝트 열기: RIATEAM/MYSTIC 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
WebBrowser_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void
_GetScreenShot ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetScreenShot() 공개 메소드

public GetScreenShot ( ) : Bitmap
리턴 System.Drawing.Bitmap

GetSiteThumbnail() 공개 정적인 메소드

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

GetSiteThumbnail() 공개 정적인 메소드

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

SaveImage() 공개 정적인 메소드

public static SaveImage ( string emptyfile, string FolderToSave ) : void
emptyfile string
FolderToSave string
리턴 void

WebSiteThumbnail() 공개 메소드

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

WebSiteThumbnail() 공개 메소드

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
리턴 System