C# Class Reign.Video.ImageBMPC

Inheritance: Image
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
init ( Stream stream, bool flip, Loader loadedCallback ) : void

Method Details

ImageBMPC() public méthode

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

ImageBMPC() public méthode

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

Save() public static méthode

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

init() protected méthode

protected init ( Stream stream, bool flip, Loader loadedCallback ) : void
stream Stream
flip bool
loadedCallback Loader
Résultat void