C# Class PixbufUtils.AspectLoader, f-spot

Afficher le fichier Open project: mono/f-spot Class Usage Examples

Méthodes publiques

Méthode Description
AspectLoader ( int max_width, int max_height ) : System
Load ( System stream, ImageOrientation, orientation ) : Pixbuf
LoadFromFile ( string path ) : Pixbuf

Private Methods

Méthode Description
HandleSizePrepared ( object obj, Gdk.SizePreparedArgs args ) : void

Method Details

AspectLoader() public méthode

public AspectLoader ( int max_width, int max_height ) : System
max_width int
max_height int
Résultat System

Load() public méthode

public Load ( System stream, ImageOrientation, orientation ) : Pixbuf
stream System
orientation ImageOrientation,
Résultat Pixbuf

LoadFromFile() public méthode

public LoadFromFile ( string path ) : Pixbuf
path string
Résultat Pixbuf