C# 클래스 GraphicsEngine.Graphics.CharacterBuffer

상속: ICharacterBuffer
파일 보기 프로젝트 열기: ckarcz/GraphicsEngine

공개 메소드들

메소드 설명
CharacterBuffer ( int width, int height )
GetBytesCopy ( ) : byte[]
GetMultiArrayAsCopy ( ) : ].byte[
this ( int x, int y ) : byte

메소드 상세

CharacterBuffer() 공개 메소드

public CharacterBuffer ( int width, int height )
width int
height int

GetBytesCopy() 공개 메소드

public GetBytesCopy ( ) : byte[]
리턴 byte[]

GetMultiArrayAsCopy() 공개 메소드

public GetMultiArrayAsCopy ( ) : ].byte[
리턴 ].byte[

this() 공개 메소드

public this ( int x, int y ) : byte
x int
y int
리턴 byte