Table of Contents

ugBASIC User Manual

GET IMAGE

SYNTAX

   GET IMAGE var FROM [x], [y]
   GET (x1,y1) − (x2,y2), var[, G]

PURPOSE

The GET IMAGE instruction copies a portion of the screen into an image in memory, which must be defined in advance. The dimensions of the image to be captured are defined by the variable where the image will be stored. The image is also captured with color components.

EXAMPLE

  background = NEW IMAGE(16, 16)
  GET IMAGE background FROM 0, 0

ABBREVIATION

 Ge Im

AVAILABLE ON

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