C# 클래스 FSpot.Loaders.GdkImageLoader

상속: Gdk.PixbufLoader, IImageLoader
파일 보기 프로젝트 열기: mono/f-spot

공개 메소드들

메소드 설명
Close ( ) : bool
Dispose ( ) : void
GdkImageLoader ( ) : System
HandleReadDone ( IAsyncResult ar ) : void
Load ( SafeUri uri ) : void

보호된 메소드들

메소드 설명
OnAreaPrepared ( ) : void
OnAreaUpdated ( int x, int y, int width, int height ) : void
OnCompleted ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GdkImageLoader() 공개 메소드

public GdkImageLoader ( ) : System
리턴 System

HandleReadDone() 공개 메소드

public HandleReadDone ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

Load() 공개 메소드

public Load ( SafeUri uri ) : void
uri SafeUri
리턴 void

OnAreaPrepared() 보호된 메소드

protected OnAreaPrepared ( ) : void
리턴 void

OnAreaUpdated() 보호된 메소드

protected OnAreaUpdated ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
리턴 void

OnCompleted() 보호된 메소드

protected OnCompleted ( ) : void
리턴 void