C# Class Reign.Video.ImageBMPC

Inheritance: Image
Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
ImageBMPC ( Stream stream, bool flip, Loader loadedCallback ) : ICSharpCode.SharpZipLib.GZip
ImageBMPC ( string filename, bool flip, Loader loadedCallback ) : ICSharpCode.SharpZipLib.GZip
Save ( byte data, int width, int height, Stream outStream, ImageSavedCallbackMethod imageSavedCallback ) : void

Protected Methods

Method Description
init ( Stream stream, bool flip, Loader loadedCallback ) : void

Method Details

ImageBMPC() public method

public ImageBMPC ( Stream stream, bool flip, Loader loadedCallback ) : ICSharpCode.SharpZipLib.GZip
stream Stream
flip bool
loadedCallback Reign.Core.Loader
return ICSharpCode.SharpZipLib.GZip

ImageBMPC() public method

public ImageBMPC ( string filename, bool flip, Loader loadedCallback ) : ICSharpCode.SharpZipLib.GZip
filename string
flip bool
loadedCallback Reign.Core.Loader
return ICSharpCode.SharpZipLib.GZip

Save() public static method

public static Save ( byte data, int width, int height, Stream outStream, ImageSavedCallbackMethod imageSavedCallback ) : void
data byte
width int
height int
outStream Stream
imageSavedCallback ImageSavedCallbackMethod
return void

init() protected method

protected init ( Stream stream, bool flip, Loader loadedCallback ) : void
stream Stream
flip bool
loadedCallback Loader
return void