Description:
Parameter | Range | Description |
---|---|---|
screen | M, 0 ... number of screens - 1 | index of the screen to copy from (M = main screen) |
Restores the content of a screen specified by the index screen to the current draw screen.
Note
Example
Memory.copyScreenFrom(2);
Provided the screen with index 2 was activated, its contents is copied to the active draw screen.
See also:
Memory
Memory.copyScreenTo(int)
Memory.paintScreenFrom(int)
Memory.setDrawScreen(int)
Memory.setViewScreen(int)
Copyright © demmel products gmbh. All rights reserved.