Share

Context.Context() Constructor

Description

Default constructor.

Visual Basic

Protected Sub New()
Protected Sub New(
    unmanagedPointer As IntPtr, 
    autoDelete As [MarshalAs(UnmanagedType.U1)] bool
)

C#

protected Context();
protected Context(
    IntPtr unmanagedPointer, 
    [MarshalAs(UnmanagedType.U1)] bool autoDelete
);

Links

Context Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?