A class that provides an easier to use graphics buffer for drawing.

Declaration Syntax
C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | | |
namespace TenneySoftware.Graphics
Namespace TenneySoftware.Graphics
Imports TenneySoftware.Graphics
namespace TenneySoftware.Graphics
package TenneySoftware.Graphics
package TenneySoftware.Graphics
Type.createNamespace('TenneySoftware.Graphics');

Types
Icon | Type | Description |
---|
 | GraphicsDevice |
This is the class the defines and handles the screen graphics. It manages the double buffering for flickerless
animation. It also handles the drawing styles.
|