C# Class NAPS2.Scan.Images.ThumbnailCache

Inheritance: IDisposable
Show file Open project: cyanfish/naps2

Public Methods

Method Description
Dispose ( ) : void
ThumbnailCache ( ThumbnailRenderer thumbnailRenderer ) : System
TrimCache ( IEnumerable currentImages ) : void
this ( ScannedImage scannedImage ) : Bitmap

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ThumbnailCache() public method

public ThumbnailCache ( ThumbnailRenderer thumbnailRenderer ) : System
thumbnailRenderer ThumbnailRenderer
return System

TrimCache() public method

public TrimCache ( IEnumerable currentImages ) : void
currentImages IEnumerable
return void

this() public method

public this ( ScannedImage scannedImage ) : Bitmap
scannedImage ScannedImage
return System.Drawing.Bitmap