VgaGames4 - canvas man-pages

[.. upper level ..]

vg4->canvas->image_setimage()

(Re)Set an image to show.

SYNTAX
void vg4->canvas->image_setimage(struct VG_Canvas *cvas, const char *iname, struct VG_Image *imgp)

FUNCTION PARAMETERS
cvas Canvas
iname Name of canvas-item image
imgp Image to show, or NULL = no image

DESCRIPTION
(Re)Set an image to show. See section CV-IMAGE in vg4->canvas->load().

SEE ALSO
vg4->canvas->image_setsprite()