GPE::BltComplete

This class is called by GPE to complete a blit sequence initiated by GPE::BltPrepare.

Syntax

SCODE GPE::BltComplete( GPEBltParms *pBltParms );

Parameters

pBltParms
[IN] Pointer to a GPEBltParms structure containing parameters for the blit operation.

Remarks

This method can remove any hardware configuration established by GPE::BltPrepare prior to a blit sequence. Depending on your hardware, it might be unnecessary to remove some features, such as solid color settings. Other features may require removal so that certain accelerated operations perform correctly. For example, if clipping registers is set, they probably need resetting.