C# Class GraphicsEngine.Graphics.CharacterBuffer

Inheritance: ICharacterBuffer
Exibir arquivo Open project: ckarcz/GraphicsEngine

Public Methods

Method Description
CharacterBuffer ( int width, int height )
GetBytesCopy ( ) : byte[]
GetMultiArrayAsCopy ( ) : ].byte[
this ( int x, int y ) : byte

Method Details

CharacterBuffer() public method

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

GetBytesCopy() public method

public GetBytesCopy ( ) : byte[]
return byte[]

GetMultiArrayAsCopy() public method

public GetMultiArrayAsCopy ( ) : ].byte[
return ].byte[

this() public method

public this ( int x, int y ) : byte
x int
y int
return byte