- This wiki is out of date, use the continuation of this wiki instead
Drawing
From FenixWiki
(Difference between revisions)
Revision as of 23:41, 19 November 2007 (edit) Sandman (Talk | contribs) (New page: == Definition == A drawing is something drawn on the screen using draw_xxx() functions. This can be a circle, square, line or whatever they can draw. A drawing...) ← Previous diff |
Current revision (23:41, 19 November 2007) (edit) (undo) Sandman (Talk | contribs) (New page: == Definition == A drawing is something drawn on the screen using draw_xxx() functions. This can be a circle, square, line or whatever they can draw. A drawing...) |
Current revision
[edit] Definition
A drawing is something drawn on the screen using draw_xxx() functions. This can be a circle, square, line or whatever they can draw. A drawing is associated with a certain DrawID, returned by the function which drew the drawing.
A drawing also has a certain z value, initialized when drawn and at that point equal to the value set using drawing_z(). The drawing will behave like a process with the same z. When drawing_map() is used, that z value is ignored and the drawing is just drawn on the specified graphic.