C# Class FSpot.Loaders.GdkImageLoader

Inheritance: Gdk.PixbufLoader, IImageLoader
Afficher le fichier Open project: mono/f-spot

Méthodes publiques

Méthode Description
Close ( ) : bool
Dispose ( ) : void
GdkImageLoader ( ) : System
HandleReadDone ( IAsyncResult ar ) : void
Load ( SafeUri uri ) : void

Méthodes protégées

Méthode Description
OnAreaPrepared ( ) : void
OnAreaUpdated ( int x, int y, int width, int height ) : void
OnCompleted ( ) : void

Method Details

Close() public méthode

public Close ( ) : bool
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GdkImageLoader() public méthode

public GdkImageLoader ( ) : System
Résultat System

HandleReadDone() public méthode

public HandleReadDone ( IAsyncResult ar ) : void
ar IAsyncResult
Résultat void

Load() public méthode

public Load ( SafeUri uri ) : void
uri SafeUri
Résultat void

OnAreaPrepared() protected méthode

protected OnAreaPrepared ( ) : void
Résultat void

OnAreaUpdated() protected méthode

protected OnAreaUpdated ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
Résultat void

OnCompleted() protected méthode

protected OnCompleted ( ) : void
Résultat void