NNS_G2dDrawNode

C Specification

#include <nnsys/g2d/g2d_Renderer.h>
void NNS_G2dDrawNode( const NNSG2dNode* pNode );

Arguments

pNode [IN] Node

Return Values

None.

Description

Draws the node (its associated renderable object). This function must be called after the NNS_G2BeginRendering function and before the NNS_G2EndRendering function. This function currently supports only nodes of type NNS_G2D_NODETYPE_CELL.

See Also

NNS_G2dDrawMultiCellAnimation
NNS_G2dDrawCellAnimation

Revision History

05/28/2004 Initial version.