C# Class winmaped2.pr2.RenderImage

Inheritance: winmaped2.pr2.IRenderImage
Afficher le fichier Open project: Bananattack/verge3

Protected Properties

Свойство Type Description
buf int*
height int
pitch int
stride int
width int

Méthodes publiques

Méthode Description
Clear ( int color ) : void
Clone ( ) : IRenderImage
ConvertToBitmap ( ) : Bitmap
Create ( Bitmap bmp ) : IRenderImage
Create ( int width, int height ) : RenderImage
Dispose ( ) : void
GetArray ( ) : int[]
GetPixel ( int x, int y ) : int
LockBitmap ( Bitmap bmp ) : IRenderImage
SetPixel ( int x, int y, int color ) : void
UpdatePixels ( int newPixels ) : void

Method Details

Clear() public méthode

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

Clone() public méthode

public Clone ( ) : IRenderImage
Résultat IRenderImage

ConvertToBitmap() public méthode

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

Create() public static méthode

public static Create ( Bitmap bmp ) : IRenderImage
bmp System.Drawing.Bitmap
Résultat IRenderImage

Create() public static méthode

public static Create ( int width, int height ) : RenderImage
width int
height int
Résultat RenderImage

Dispose() public abstract méthode

public abstract Dispose ( ) : void
Résultat void

GetArray() public méthode

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

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 ) : IRenderImage
bmp System.Drawing.Bitmap
Résultat IRenderImage

SetPixel() public méthode

public SetPixel ( int x, int y, int color ) : void
x int
y int
color int
Résultat void

UpdatePixels() public méthode

public UpdatePixels ( int newPixels ) : void
newPixels int
Résultat void

Property Details

buf protected_oe property

protected int* buf
Résultat int*

height protected_oe property

protected int height
Résultat int

pitch protected_oe property

protected int pitch
Résultat int

stride protected_oe property

protected int stride
Résultat int

width protected_oe property

protected int width
Résultat int