A TenneySoftware Class Library
GraphicsDevice Constructor (control)
NamespacesTenneySoftware.GraphicsGraphicsDeviceGraphicsDevice(Control)
This is the constuctor for instantiating the device.
Declaration Syntax
C#Visual BasicVisual Basic UsageVisual C++J#JScript
public GraphicsDevice(
	Control control
)
Public Sub New ( _
	control As Control _
)
Dim control As Control

Dim instance As New GraphicsDevice(control)
public:
GraphicsDevice(
	Control^ control
)
public GraphicsDevice(
	Control control
)
public function GraphicsDevice(
	control : Control
)
TenneySoftware.Graphics.GraphicsDevice = function(control);
Parameters
control (Control)
The windows form control to draw the buffer to.

Assembly: TenneySoftware (Module: TenneySoftware) Version: 0.0.3067.16853 (0.1.0.0)