NNS_G2dSetRndCoreFlipMode

Syntax

#include <nnsys/g2d/g2d_RendererCore.h>

    
    void NNS_G2dSetRndCoreFlipMode
    ( 
        NNSG2dRndCoreInstance*  pRnd, 
        BOOL                    bFlipH, 
        BOOL                    bFlipV 
    );

  

Arguments

pRnd [OUT] Renderer core
bFlipH [IN] Horizontal flip
bFlipV [IN] Vertical flip

Return Values

None.

Description

Sets the drawing flip state of the Renderer core. This function can be called from either inside or outside the BeginRenderingEndRendering block.
Use of this function is prohibited when using the affine transformation feature. Doing so will cause a fail on assertion.

See Also

None.

Revision History

2004/11/10 Initial version.


CONFIDENTIAL