graphics.hlp (
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
_putimage Functions
◄Summary► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
The _putimage functions transfer to the screen the image stored in
the buffer pointed to by <image>.
In the _putimage function, the upper left corner of the image is
placed at the view-coordinate point (<x>, <y>). In the _putimage_w
routine, the upper left corner of the image is placed at the
window-coordinate point (<wx>, <wy>). The _putimage_w routine is
implemented as a macro.
The <action> argument defines the interaction between the stored
image and the one already on the screen. It may be any one of the
following manifest constants (defined in GRAPH.H): _GAND, _GOR,
_GPRESET, _GPSET, or _GXOR.
Return Value
None.
-♦-