This is the constuctor for instantiating the device.

C# | Visual Basic | Visual Basic Usage | Visual 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);

- control (Control)
- The windows form control to draw the buffer to.