Share

AcGsManager::getGUIDevice Method

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

AcGsManager Class

Previous Declaration

virtual AcGsDevice * getGUIDevice() = 0;

Was this information helpful?