Share

AcGsManager::getOffScreenDevice Method

C++

virtual AcGsDevice* getOffScreenDevice(
    AcGsGraphicsKernel & kernel
) = 0;

Description

Gets an offscreen device for the specified kernel.

Parameters

Parameters Description
kernel Input kernel to query for the device.

Returns

A valid AcGsDevice if successful, otherwise null.

Remarks

An offscreen device is created if none exists and is cached for subsequent use.

Links

AcGsManager Class

Previous Class

AcGsManager2

Was this information helpful?