C# Class winmaped2.pr2.BufferImage

Inheritance: RenderImage
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
BufferImage ( Bitmap bmp ) : System
BufferImage ( int width, int height ) : System
BufferImage ( int width, int height, int pixels ) : System
Dispose ( ) : void

Method Details

BufferImage() public method

public BufferImage ( Bitmap bmp ) : System
bmp System.Drawing.Bitmap
return System

BufferImage() public method

public BufferImage ( int width, int height ) : System
width int
height int
return System

BufferImage() public method

public BufferImage ( int width, int height, int pixels ) : System
width int
height int
pixels int
return System

Dispose() public method

public Dispose ( ) : void
return void