C# 클래스 Bloom.ImageProcessing.LowResImageCache

Gecko struggles with hi-res images intented for printing. Gecko chews up memory, makes for slow drawing, or even gives up on displaying the image altogether (worse on slow machines). This cache takes requests for images and returns lo-res versions of them.
상속: IDisposable
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TargetDimension int

공개 메소드들

메소드 설명
Dispose ( ) : void
GetPathToResizedImage ( string originalPath ) : string
LowResImageCache ( BookRenamedEvent bookRenamedEvent ) : System

비공개 메소드들

메소드 설명
GetModifiedDateTime ( string path ) : System.DateTime
OnBookRenamed ( string>.KeyValuePair fromPathAndToPath ) : void
TryToDeleteCachedImages ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetPathToResizedImage() 공개 메소드

public GetPathToResizedImage ( string originalPath ) : string
originalPath string
리턴 string

LowResImageCache() 공개 메소드

public LowResImageCache ( BookRenamedEvent bookRenamedEvent ) : System
bookRenamedEvent BookRenamedEvent
리턴 System

프로퍼티 상세

TargetDimension 공개적으로 프로퍼티

public int TargetDimension
리턴 int