C# Class Moxiecode.MXI.Image.WriteableBitmapExtension

Exibir arquivo Open project: openHPI/moodle-mod_teletask

Public Methods

Method 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 method

public static FromByteArray ( this bmp, byte buffer ) : void
bmp this
buffer byte
return void

FromRaster() public static method

public static FromRaster ( this bmp, byte raster ) : void
bmp this
raster byte
return void

ToByteArray() public static method

public static ToByteArray ( this bmp ) : byte[]
bmp this
return byte[]

ToRaster() public static method

public static ToRaster ( this bmp ) : ].byte[][
bmp this
return ].byte[][

ToStream() public static method

public static ToStream ( this bmp, Stream outputStream ) : void
bmp this
outputStream Stream
return void