C# 클래스 Tripod.Graphics.MipMappedPhotoLoader

Photo loader that uses locally cached mipmaps.
상속: IPhotoLoader
파일 보기 프로젝트 열기: rubenv/tripod 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EnsureMipMap void

공개 메소드들

메소드 설명
FindBestPreview ( int width, int height ) : CancellableTask
IsBestPreview ( int have_width, int have_height, int desired_width, int desired_height ) : Task
MipMappedPhotoLoader ( IPhoto photo ) : Gdk

비공개 메소드들

메소드 설명
EnsureMipMap ( ) : void

메소드 상세

FindBestPreview() 공개 메소드

public FindBestPreview ( int width, int height ) : CancellableTask
width int
height int
리턴 CancellableTask

IsBestPreview() 공개 메소드

public IsBestPreview ( int have_width, int have_height, int desired_width, int desired_height ) : Task
have_width int
have_height int
desired_width int
desired_height int
리턴 Task

MipMappedPhotoLoader() 공개 메소드

public MipMappedPhotoLoader ( IPhoto photo ) : Gdk
photo IPhoto
리턴 Gdk