C# 클래스 PixelBuffer, NewTOAPIA

상속: IPixelBuffer
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
ClearToBlack ( ) : void
ClearToWhite ( ) : void
GetPixel ( int x, int y ) : uint
PixelBuffer ( int width, int height ) : System
SetPixel ( int x, int y, uint color ) : bool

비공개 메소드들

메소드 설명
CalculateByteOffset ( int x, int y ) : int

Calculate the byte offset of a particular pixel.

메소드 상세

ClearToBlack() 공개 메소드

public ClearToBlack ( ) : void
리턴 void

ClearToWhite() 공개 메소드

public ClearToWhite ( ) : void
리턴 void

GetPixel() 공개 메소드

public GetPixel ( int x, int y ) : uint
x int
y int
리턴 uint

PixelBuffer() 공개 메소드

public PixelBuffer ( int width, int height ) : System
width int
height int
리턴 System

SetPixel() 공개 메소드

public SetPixel ( int x, int y, uint color ) : bool
x int
y int
color uint
리턴 bool