__cdecl IMAGE_PROC void MoveImage(Image pImage, S_32 x, S_32 y); void (* MoveImage)(Image pImage, S_32 x, S_32 y);
image.h
Moves an image within a parent image. Top level images and images which have a user color buffer do not move.
Functions