Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
GraphicsEngine
Graphics
CharacterBuffer
C# Class GraphicsEngine.Graphics.CharacterBuffer
Inheritance:
ICharacterBuffer
Afficher le fichier
Open project: ckarcz/GraphicsEngine
Méthodes publiques
Méthode
Description
CharacterBuffer
(
int
width
,
int
height
)
GetBytesCopy
( ) :
byte[]
GetMultiArrayAsCopy
( ) :
].byte[
this
(
int
x
,
int
y
) :
byte
Method Details
CharacterBuffer()
public
méthode
public
CharacterBuffer
(
int
width
,
int
height
)
width
int
height
int
GetBytesCopy()
public
méthode
public
GetBytesCopy
( ) :
byte[]
Résultat
byte[]
GetMultiArrayAsCopy()
public
méthode
public
GetMultiArrayAsCopy
( ) :
].byte[
Résultat
].byte[
this()
public
méthode
public
this
(
int
x
,
int
y
) :
byte
x
int
y
int
Résultat
byte