C# 클래스 ImageBrowserLogic.ImageProviders.SimpleBitmapThumbnailGetter

상속: ImageGetterBase
파일 보기 프로젝트 열기: mrtgold/ImageBrowser 1 사용 예제들

공개 메소드들

메소드 설명
GetTargetShape ( int origWidth, int origHeight, int thumbnailSize ) : Rectangle
GetThumbnail ( Image image, int thumbnailSize ) : Bitmap
GetThumbnail ( string filename ) : Image
SimpleBitmapThumbnailGetter ( int thumbnailSizeInPixels ) : System.Drawing

보호된 메소드들

메소드 설명
GetImageGetter ( ) : AsyncImageFromFileCaller

메소드 상세

GetImageGetter() 보호된 메소드

protected GetImageGetter ( ) : AsyncImageFromFileCaller
리턴 AsyncImageFromFileCaller

GetTargetShape() 공개 정적인 메소드

public static GetTargetShape ( int origWidth, int origHeight, int thumbnailSize ) : Rectangle
origWidth int
origHeight int
thumbnailSize int
리턴 System.Drawing.Rectangle

GetThumbnail() 공개 정적인 메소드

public static GetThumbnail ( Image image, int thumbnailSize ) : Bitmap
image System.Drawing.Image
thumbnailSize int
리턴 System.Drawing.Bitmap

GetThumbnail() 공개 메소드

public GetThumbnail ( string filename ) : Image
filename string
리턴 System.Drawing.Image

SimpleBitmapThumbnailGetter() 공개 메소드

public SimpleBitmapThumbnailGetter ( int thumbnailSizeInPixels ) : System.Drawing
thumbnailSizeInPixels int
리턴 System.Drawing