|
|
|
bitmap BitCopy width height
outputs a bitmap which can be assigned to a variable and again pasted to the screen with bitPaste.
Into the bitmap will be copied the part of the graphics screen right up from the turtle with width and height. See also the bitmapTest.lg example!
Example:
tree b=BitCopy 200 200 bk 200 BitPaste b |
|
|
|