C# Class com.ReinforceLab.MonoTouch.Controls.AugmentedRealityBase.RawBitmap

Inheritance: IDisposable
ファイルを表示 Open project: reinforce-lab/com.ReinforceLab.MonoTouch.Controls Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Draw ( CGImage image ) : void
RawBitmap ( int width, int height ) : System
ReadPixel ( int x, int y ) : Byte
WritePixel ( int x, int y, byte val ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( CGImage image ) : void
image CGImage
return void

RawBitmap() public method

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

ReadPixel() public method

public ReadPixel ( int x, int y ) : Byte
x int
y int
return Byte

WritePixel() public method

public WritePixel ( int x, int y, byte val ) : void
x int
y int
val byte
return void