C# Class PixelFarm.Agg.Imaging.BufferReader4

显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
BufferReader4 ( byte buffer, int stride, int width, int height )
MoveNext ( ) : void
Read16 ( MyColor outputBuffer ) : void
Read4 ( MyColor outputBuffer ) : void
ReadOnePixel ( ) : MyColor
SetStartPixel ( int x, int y ) : void

Method Details

BufferReader4() public method

public BufferReader4 ( byte buffer, int stride, int width, int height )
buffer byte
stride int
width int
height int

MoveNext() public method

public MoveNext ( ) : void
return void

Read16() public method

public Read16 ( MyColor outputBuffer ) : void
outputBuffer MyColor
return void

Read4() public method

public Read4 ( MyColor outputBuffer ) : void
outputBuffer MyColor
return void

ReadOnePixel() public method

public ReadOnePixel ( ) : MyColor
return MyColor

SetStartPixel() public method

public SetStartPixel ( int x, int y ) : void
x int
y int
return void