Table of Contents

ugBASIC User Manual

PUT BITMAP ✓

SYNTAX

   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]

PURPOSE

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.

EXAMPLE

  PUT BITMAP airplane AT 10,10

See also the following example files:

ABBREVIATION

 PuBm

AVAILABLE ON

SEE ALSO

PUT IMAGE

ANY PROBLEM?

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!

POWERED BY