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
Previous Declaration
virtual AcGsDevice * createAutoCADDevice(
AcGsGraphicsKernel &,
HWND hWnd
) = 0;