C# Class GraphicsEngine.Graphics.GrahpicsBuffer

Inheritance: IGraphicsBuffer
Exibir arquivo Open project: ckarcz/GraphicsEngine Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

GrahpicsBuffer() public method

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

Reset() public method

public Reset ( byte clearCharacter = null, byte clearColor = null ) : void
clearCharacter byte
clearColor byte
return void