C# Class PixelFarm.Drawing.WinGdi.BufferBitmapStore

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

Public Methods

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

Method Details

BufferBitmapStore() public method

public BufferBitmapStore ( int w, int h ) : System
w int
h int
return System

GetFreeBmp() public method

public GetFreeBmp ( ) : System.Drawing.Bitmap
return System.Drawing.Bitmap

RelaseBmp() public method

public RelaseBmp ( System bmp ) : void
bmp System
return void