C# Class Hyena.Widgets.AnimatedImage

Inheritance: Image
Show file Open project: codebutler/meshwork Class Usage Examples

Public Methods

Method Description
AnimatedImage ( ) : System
Load ( ) : void

Protected Methods

Method Description
OnHidden ( ) : void
OnShown ( ) : void
OnSizeAllocated ( Gdk allocation ) : void

Private Methods

Method Description
ExtractFrames ( ) : void
OnIteration ( object o, EventArgs args ) : void

Method Details

AnimatedImage() public method

public AnimatedImage ( ) : System
return System

Load() public method

public Load ( ) : void
return void

OnHidden() protected method

protected OnHidden ( ) : void
return void

OnShown() protected method

protected OnShown ( ) : void
return void

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void