C# Class Views.ImageSelector

Inheritance: Gtk.Bin, IEditable
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

Méthode Description
GetThumbnail ( Gdk original, int squareDim ) : Gdk.Pixbuf
ImageSelector ( ) : System

Méthodes protégées

Méthode Description
OnDelete ( object sender, System e ) : void
OnFileSelected ( object sender, System e ) : void

Method Details

GetThumbnail() public méthode

public GetThumbnail ( Gdk original, int squareDim ) : Gdk.Pixbuf
original Gdk
squareDim int
Résultat Gdk.Pixbuf

ImageSelector() public méthode

public ImageSelector ( ) : System
Résultat System

OnDelete() protected méthode

protected OnDelete ( object sender, System e ) : void
sender object
e System
Résultat void

OnFileSelected() protected méthode

protected OnFileSelected ( object sender, System e ) : void
sender object
e System
Résultat void