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
◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
Include: FGRAPH.FI, FGRAPH.FD
Type: SUBROUTINE
Routine: putimage( x, y, image, action )
INTEGER*2 x, y, action
INTEGER*1 image [FAR, REFERENCE]
putimage_w( wx, wy, image, action )
DOUBLE PRECISION wx, wy
INTEGER*1 image [FAR, REFERENCE]
INTEGER*2 action
action: $GAND, $GOR, $GPRESET, $GPSET, $GXOR
See also: getimage, imagesize
-♦-