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
Previous Declaration
virtual AcGsDevice * createAutoCADOffScreenDevice() = 0;