C++
static DRAWBRIDGE_API void releaseGraphicsKernel( AcGsGraphicsKernel * pKernel );
Description
This method removes a reference to the specified graphics kernel.
Parameters
Parameters | Description |
---|---|
pKernel | The kernel to release. |
Remarks
This method is static, so it would be called as AcGsManager::releaseGraphicsKernel(pKernel).