C# Class winmaped2.pr2.Image

Inheritance: IDisposable
Mostra file Open project: Bananattack/verge3

Public Methods

Method Description
Dispose ( ) : void
Image ( ) : System
clear ( int color ) : void
create ( Bitmap bmp ) : Image
create ( int width, int height ) : Image
getArray ( ) : int[]
getBitmap ( ) : Bitmap
getPixel ( int x, int y ) : int
lockBitmap ( Bitmap bmp ) : Image

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Image() public method

public Image ( ) : System
return System

clear() public method

public clear ( int color ) : void
color int
return void

create() public static method

public static create ( Bitmap bmp ) : Image
bmp System.Drawing.Bitmap
return Image

create() public static method

public static create ( int width, int height ) : Image
width int
height int
return Image

getArray() public method

public getArray ( ) : int[]
return int[]

getBitmap() public method

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

getPixel() public method

public getPixel ( int x, int y ) : int
x int
y int
return int

lockBitmap() public static method

public static lockBitmap ( Bitmap bmp ) : Image
bmp System.Drawing.Bitmap
return Image