#include <nnsys/g2d/g2d_Image.h>
void NNS_G2dInitializeImageProxy( NNSG2dImageProxy* pImg );
| pImg | [OUT] Image proxy |
None.
Initializes the image proxy. Please be sure to call this function before using the image proxy. The name of this function has changed to NNS_G2dInitImageProxy(). This function will remain to maintain compatibility.
08/02/2004 Renamed function
05/28/2004 Initial version.