C# Class LayoutFarm.DemoBitmap

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

Méthodes publiques

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

public static CreateFromGdiPlusBitmap ( System bmp ) : DemoBitmap
bmp System
Résultat DemoBitmap

DemoBitmap() public méthode

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

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