C# Class Reign.Video.ImageMetro

Inheritance: Image
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
ImageMetro ( Stream stream, bool flip, Loader loadedCallback ) : System
ImageMetro ( string fileName, bool flip, Loader loadedCallback ) : System

Protected Methods

Method Description
init ( Stream stream, bool flip, Loader loadedCallback ) : void
save ( byte inData, int width, int height, Stream outStream, ImageFormats imageFormat, ImageSavedCallbackMethod imageSavedCallback ) : void

Method Details

ImageMetro() public method

public ImageMetro ( Stream stream, bool flip, Loader loadedCallback ) : System
stream Stream
flip bool
loadedCallback Reign.Core.Loader
return System

ImageMetro() public method

public ImageMetro ( string fileName, bool flip, Loader loadedCallback ) : System
fileName string
flip bool
loadedCallback Reign.Core.Loader
return System

init() protected method

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

save() protected static method

protected static save ( byte inData, int width, int height, Stream outStream, ImageFormats imageFormat, ImageSavedCallbackMethod imageSavedCallback ) : void
inData byte
width int
height int
outStream Stream
imageFormat ImageFormats
imageSavedCallback ImageSavedCallbackMethod
return void