C# Class Hyena.Widgets.AnimatedImage

Inheritance: Image
Afficher le fichier Open project: codebutler/meshwork Class Usage Examples

Méthodes publiques

Méthode Description
AnimatedImage ( ) : System
Load ( ) : void

Méthodes protégées

Méthode Description
OnHidden ( ) : void
OnShown ( ) : void
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Méthode Description
ExtractFrames ( ) : void
OnIteration ( object o, EventArgs args ) : void

Method Details

AnimatedImage() public méthode

public AnimatedImage ( ) : System
Résultat System

Load() public méthode

public Load ( ) : void
Résultat void

OnHidden() protected méthode

protected OnHidden ( ) : void
Résultat void

OnShown() protected méthode

protected OnShown ( ) : void
Résultat void

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void