C# Class GraphicsEngine.Graphics.GrahpicsBuffer

Inheritance: IGraphicsBuffer
Afficher le fichier Open project: ckarcz/GraphicsEngine Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GrahpicsBuffer ( int width, int height )
Reset ( byte clearCharacter = null, byte clearColor = null ) : void

Method Details

GrahpicsBuffer() public méthode

public GrahpicsBuffer ( int width, int height )
width int
height int

Reset() public méthode

public Reset ( byte clearCharacter = null, byte clearColor = null ) : void
clearCharacter byte
clearColor byte
Résultat void