Share

AcGsManager::createAutoCADOffScreenDevice Method

C++

virtual AcGsDevice* createAutoCADOffScreenDevice(
    AcGsGraphicsKernel & kernel
) = 0;

Description

This method creates an offscreen AcGsDevice using the specified kernel.

Parameters

Parameters Description
kernel The graphics kernel to be used to create the resource.

Returns

The new AcGsDevice.

Links

AcGsManager Class

Previous Declaration

virtual AcGsDevice * createAutoCADOffScreenDevice() = 0;

Was this information helpful?