Share

Device.Device() Constructor

Description

Default constructor.

C#

public Device();
public Device(
    IntPtr hwnd
);
public Device(
    IntPtr hwnd, 
    DeviceType deviceType
);

Visual Basic

Public Sub New()
Public Sub New(
    hwnd As IntPtr
)
Public Sub New(
    hwnd As IntPtr, 
    deviceType As DeviceType
)

Links

Device Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?