C# Class winmaped2.pr2.RenderImage

Inheritance: winmaped2.pr2.IRenderImage
Mostrar archivo Open project: Bananattack/verge3

Protected Properties

Property Type Description
buf int*
height int
pitch int
stride int
width int

Public Methods

Method 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 method

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

Clone() public method

public Clone ( ) : IRenderImage
return IRenderImage

ConvertToBitmap() public method

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

Create() public static method

public static Create ( Bitmap bmp ) : IRenderImage
bmp System.Drawing.Bitmap
return IRenderImage

Create() public static method

public static Create ( int width, int height ) : RenderImage
width int
height int
return RenderImage

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

GetArray() public method

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

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

SetPixel() public method

public SetPixel ( int x, int y, int color ) : void
x int
y int
color int
return void

UpdatePixels() public method

public UpdatePixels ( int newPixels ) : void
newPixels int
return void

Property Details

buf protected_oe property

protected int* buf
return int*

height protected_oe property

protected int height
return int

pitch protected_oe property

protected int pitch
return int

stride protected_oe property

protected int stride
return int

width protected_oe property

protected int width
return int