C# Class winmaped2.pr2.Image

Inheritance: IDisposable
Afficher le fichier Open project: Bananattack/verge3

Méthodes publiques

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

public Dispose ( ) : void
Résultat void

Image() public méthode

public Image ( ) : System
Résultat System

clear() public méthode

public clear ( int color ) : void
color int
Résultat void

create() public static méthode

public static create ( Bitmap bmp ) : Image
bmp System.Drawing.Bitmap
Résultat Image

create() public static méthode

public static create ( int width, int height ) : Image
width int
height int
Résultat Image

getArray() public méthode

public getArray ( ) : int[]
Résultat int[]

getBitmap() public méthode

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

getPixel() public méthode

public getPixel ( int x, int y ) : int
x int
y int
Résultat int

lockBitmap() public static méthode

public static lockBitmap ( Bitmap bmp ) : Image
bmp System.Drawing.Bitmap
Résultat Image