Share

AcGsManager::createAutoCADDevice Method

C++

virtual AcGsDevice* createAutoCADDevice(
    AcGsGraphicsKernel & kernel, 
    AcGsWindowingSystemID id
) = 0;

Description

This method creates an on-screen AcGsDevice using the specified kernel and window.

Parameters

Parameters Description
kernel The graphics kernel to be used to create the resource.
hWnd The window to be associated with the device.

Returns

The new AcGsDevice.

Links

AcGsManager Class

Previous Declaration

virtual AcGsDevice * createAutoCADDevice(

AcGsGraphicsKernel &,

HWND hWnd

) = 0;

Was this information helpful?