C# Class LayoutFarm.Demo.DemoBitmap

Inheritance: PixelFarm.Drawing.Image
Mostra file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
DemoBitmap ( int w, int h, System innerImage ) : System
DemoBitmap ( int w, int h, byte rawImageBuffer, bool isInvertedImg = false ) : System
Dispose ( ) : void
GetRawImageBuffer ( ) : byte[]

Method Details

DemoBitmap() public method

public DemoBitmap ( int w, int h, System innerImage ) : System
w int
h int
innerImage System
return System

DemoBitmap() public method

public DemoBitmap ( int w, int h, byte rawImageBuffer, bool isInvertedImg = false ) : System
w int
h int
rawImageBuffer byte
isInvertedImg bool
return System

Dispose() public method

public Dispose ( ) : void
return void

GetRawImageBuffer() public method

public GetRawImageBuffer ( ) : byte[]
return byte[]