C# Class LayoutFarm.DemoBitmap

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

Public Methods

Method Description
CreateFromGdiPlusBitmap ( System bmp ) : DemoBitmap
DemoBitmap ( int w, int h, System innerImage ) : PixelFarm.Drawing
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

CreateFromGdiPlusBitmap() public static method

public static CreateFromGdiPlusBitmap ( System bmp ) : DemoBitmap
bmp System
return DemoBitmap

DemoBitmap() public method

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

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[]