Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
GraphicsEngine
Graphics
CharacterBuffer
C# Class GraphicsEngine.Graphics.CharacterBuffer
Inheritance:
ICharacterBuffer
Mostrar archivo
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