Description
Constructs an Device object that supports off-screen rendering and returns it. The Manager also configures this Device object with the ACI logical palette and sets the device's background color.
Visual Basic
Public Function CreateAutoCADOffScreenDevice( A_0 As GraphicsKernel ) As Device
Parameters
Parameters | Description |
---|---|
kernel | Graphics Kernel used to create the resource |
Returns
The new model
Previous Declaration
public Device CreateAutoCADOffScreenDevice();