graphics.hlp (Topic list)
_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.
                                    -♦-