PUT BITMAP resource [ AT [x],[y] ] [DOUBLE Y] PUT BITMAP resource FRAME f [ AT [x],[y] ] [DOUBLE Y] PUT BITMAP resource STRIP s FRAME f [ AT [x],[y] ] [DOUBLE Y]
This function draws the bitmap component of an image at a specific position on the screen.
The programmer can draw on the screen a single bitmap (IMAGE
), a
frame of a series of bitmaps (ATLAS
) or a frame of a strip of a
sequence of bitmaps (SEQUENCE
). In all cases the syntax changes
slightly.
Every PUT BITMAP
can be followed by a flag that modify the
wayt the image will be drawn on the screen. The DOUBLE Y
flag will double the vertical size of the image. This flag
could be not available on all targerts and graphical modes.
PUT BITMAP airplane AT 10,10
See also the following example files:
PuBm
If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!