Autodesk.AutoCAD.GraphicsSystem Namespace > Device Class > Device Constructor > Device() Constructor
Device.Device() Constructor
Description

 

Default constructor.

Visual Basic
Public Sub New()
Public Sub New(
    hwnd As IntPtr
)
Public Sub New(
    hwnd As IntPtr, 
    deviceType As DeviceType
)
C#
public Device();
public Device(
    IntPtr hwnd
);
public Device(
    IntPtr hwnd, 
    DeviceType deviceType
);
Links
   Comments?