C++
virtual AcGsDevice* getGUIDevice( AcGsGraphicsKernel & kernel ) = 0;
Description
This method retrieves the AcGsDevice associated with the speficied kernel.
Parameters
Parameters | Description |
---|---|
kernel | The graphics kernel to be used to query the resource. |
Returns
The AcGsDevice associated with the specified kernel.
Links
Previous Declaration
virtual AcGsDevice * getGUIDevice() = 0;