C# Class ImageBrowserLogic.ImageProviders.SimpleBitmapThumbnailGetter

Inheritance: ImageGetterBase
Afficher le fichier Open project: mrtgold/ImageBrowser Class Usage Examples

Méthodes publiques

Méthode Description
GetTargetShape ( int origWidth, int origHeight, int thumbnailSize ) : Rectangle
GetThumbnail ( Image image, int thumbnailSize ) : Bitmap
GetThumbnail ( string filename ) : Image
SimpleBitmapThumbnailGetter ( int thumbnailSizeInPixels ) : System.Drawing

Méthodes protégées

Méthode Description
GetImageGetter ( ) : AsyncImageFromFileCaller

Method Details

GetImageGetter() protected méthode

protected GetImageGetter ( ) : AsyncImageFromFileCaller
Résultat AsyncImageFromFileCaller

GetTargetShape() public static méthode

public static GetTargetShape ( int origWidth, int origHeight, int thumbnailSize ) : Rectangle
origWidth int
origHeight int
thumbnailSize int
Résultat System.Drawing.Rectangle

GetThumbnail() public static méthode

public static GetThumbnail ( Image image, int thumbnailSize ) : Bitmap
image System.Drawing.Image
thumbnailSize int
Résultat System.Drawing.Bitmap

GetThumbnail() public méthode

public GetThumbnail ( string filename ) : Image
filename string
Résultat System.Drawing.Image

SimpleBitmapThumbnailGetter() public méthode

public SimpleBitmapThumbnailGetter ( int thumbnailSizeInPixels ) : System.Drawing
thumbnailSizeInPixels int
Résultat System.Drawing