C# 클래스 NAPS2.Scan.Images.ThumbnailRenderer

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

공개 메소드들

메소드 설명
RenderThumbnail ( Bitmap b ) : Bitmap
RenderThumbnail ( Bitmap b, int size ) : Bitmap

Gets a bitmap resized to fit within a thumbnail rectangle, including a border around the picture.

RenderThumbnail ( ScannedImage scannedImage ) : Bitmap
RenderThumbnail ( ScannedImage scannedImage, int size ) : Bitmap
ThumbnailRenderer ( IUserConfigManager userConfigManager ) : System

메소드 상세

RenderThumbnail() 공개 메소드

public RenderThumbnail ( Bitmap b ) : Bitmap
b System.Drawing.Bitmap
리턴 System.Drawing.Bitmap

RenderThumbnail() 공개 메소드

Gets a bitmap resized to fit within a thumbnail rectangle, including a border around the picture.
public RenderThumbnail ( Bitmap b, int size ) : Bitmap
b System.Drawing.Bitmap The bitmap to resize.
size int The maximum width and height of the thumbnail.
리턴 System.Drawing.Bitmap

RenderThumbnail() 공개 메소드

public RenderThumbnail ( ScannedImage scannedImage ) : Bitmap
scannedImage ScannedImage
리턴 System.Drawing.Bitmap

RenderThumbnail() 공개 메소드

public RenderThumbnail ( ScannedImage scannedImage, int size ) : Bitmap
scannedImage ScannedImage
size int
리턴 System.Drawing.Bitmap

ThumbnailRenderer() 공개 메소드

public ThumbnailRenderer ( IUserConfigManager userConfigManager ) : System
userConfigManager IUserConfigManager
리턴 System