Next: Fonctions de Remplissage
Up: Dessin
Previous: Fonctions Générales
Ces fonctions modifient momentanément le contexte graphique pour
inverser les zones où ils doivent dessiner. On peut
faire l'équivalent en appelant la fonction invert,
suivis d'appels aux fonctions générales (c.f
).
Note : Les fonctions DrawInvertRectangle et InvertRectangle sont identiques.
- ref(XWindow) procedure DrawInvertLine(x1, y1, x2, y2); integer x1, y1, x2,y2;
- ref(XWindow) procedure DrawInvertPoint(x, y); integer x, y;
- ref(XWindow) procedure DrawInvertRectangle(x, y, width, height);
- ref(XWindow) procedure InvertRectangle(x, y, width, height);
CARRIER Benoit
Sun Feb 18 21:57:20 EST 1996