C# 클래스 PixelFarm.Agg.Imaging.BufferReader4

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BufferReader4() 공개 메소드

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

MoveNext() 공개 메소드

public MoveNext ( ) : void
리턴 void

Read16() 공개 메소드

public Read16 ( MyColor outputBuffer ) : void
outputBuffer MyColor
리턴 void

Read4() 공개 메소드

public Read4 ( MyColor outputBuffer ) : void
outputBuffer MyColor
리턴 void

ReadOnePixel() 공개 메소드

public ReadOnePixel ( ) : MyColor
리턴 MyColor

SetStartPixel() 공개 메소드

public SetStartPixel ( int x, int y ) : void
x int
y int
리턴 void