C# Class LayoutFarm.Demo.DemoBitmap

Inheritance: PixelFarm.Drawing.Image
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

public DemoBitmap ( int w, int h, System innerImage ) : System
w int
h int
innerImage System
Résultat System

DemoBitmap() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetRawImageBuffer() public méthode

public GetRawImageBuffer ( ) : byte[]
Résultat byte[]