C# Class PixelFarm.Drawing.WinGdi.BufferBitmapStore

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

Méthodes publiques

Méthode Description
BufferBitmapStore ( int w, int h ) : System
GetFreeBmp ( ) : System.Drawing.Bitmap
RelaseBmp ( System bmp ) : void

Method Details

BufferBitmapStore() public méthode

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

GetFreeBmp() public méthode

public GetFreeBmp ( ) : System.Drawing.Bitmap
Résultat System.Drawing.Bitmap

RelaseBmp() public méthode

public RelaseBmp ( System bmp ) : void
bmp System
Résultat void