Description:
| Parameter | Range | Description |
|---|---|---|
| screen | M, 0 ... number of screens - 1 | index of the screen to copy content to (M = main screen) |
Captures the current draw screen's content and copies it to the screen referenced by the index screen.
Note
Example
Memory.copyScreenTo(2);
This example copies the content of the currently active draw screen to screen 2.
See also:
Copyright © demmel products gmbh. All rights reserved.