C# Class CatEye.UI.Gtk.Widgets.FloatBitmapGtk

Inheritance: CatEye.Core.FloatBitmap
Show file Open project: bigfatbrowncat/CatEye Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
DrawToPixbuf ( Gdk buf, ProgressReporter callback ) : void

Draws image into selected pixbuf

FloatBitmapGtk ( FloatBitmapGtk src ) : System
FromPPM ( RawLoader ppm, ProgressReporter callback ) : FloatBitmapGtk

Protected Methods

Method Description
FloatBitmapGtk ( ) : System

Private Methods

Method Description
cut ( double val ) : byte

Method Details

Clone() public method

public Clone ( ) : object
return object

DrawToPixbuf() public method

Draws image into selected pixbuf
public DrawToPixbuf ( Gdk buf, ProgressReporter callback ) : void
buf Gdk
callback ProgressReporter /// A to report drawing progress. ///
return void

FloatBitmapGtk() protected method

protected FloatBitmapGtk ( ) : System
return System

FloatBitmapGtk() public method

public FloatBitmapGtk ( FloatBitmapGtk src ) : System
src FloatBitmapGtk
return System

FromPPM() public static method

public static FromPPM ( RawLoader ppm, ProgressReporter callback ) : FloatBitmapGtk
ppm CatEye.Core.RawLoader
callback ProgressReporter
return FloatBitmapGtk