![]() |
![]() |
![]() |
||||||
SCR/AL1 - TOME IV. Les librairies internes
2.6 Fonctions d'affichage des PAGES
Syntaxe
IMAGE *PG_save(pg)
PAGE *pg;
Description
Sauve une IMAGE contenant le background de la PAGE pg. La structure IMAGE alloué peut être réaffichée plus tard pour faire disparaître la PAGE.
Valeur retournée
Pointeur vers l'IMAGE allouée.
Exemple
IMAGE *im;
im = PG_save(pg);
PG_display(pg);
PG_edit(pg);
SCR_display_image(im);
SCR_free_image(im);
Voir également
SCR_free_image(), SCR_display_image()
PG_edit(pg)
PG_goto_field(pg, fld_nb)
IMAGE *PG_save(pg)
Copyright © 1998-2001 Jean-Marc and Bernard PAUL - Envoyez vos remarques ou commentaires à bp@xon.be