C# Class Moxiecode.MXI.Image.WriteableBitmapExtension

Afficher le fichier Open project: openHPI/moodle-mod_teletask

Méthodes publiques

Méthode Description
FromByteArray ( this bmp, byte buffer ) : void
FromRaster ( this bmp, byte raster ) : void
ToByteArray ( this bmp ) : byte[]
ToRaster ( this bmp ) : ].byte[][
ToStream ( this bmp, Stream outputStream ) : void

Method Details

FromByteArray() public static méthode

public static FromByteArray ( this bmp, byte buffer ) : void
bmp this
buffer byte
Résultat void

FromRaster() public static méthode

public static FromRaster ( this bmp, byte raster ) : void
bmp this
raster byte
Résultat void

ToByteArray() public static méthode

public static ToByteArray ( this bmp ) : byte[]
bmp this
Résultat byte[]

ToRaster() public static méthode

public static ToRaster ( this bmp ) : ].byte[][
bmp this
Résultat ].byte[][

ToStream() public static méthode

public static ToStream ( this bmp, Stream outputStream ) : void
bmp this
outputStream Stream
Résultat void