Package ilcd
Class Memory

Public Method copyScreenTo

static void copyScreenTo(int screen)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

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:

Memory
Memory.copyScreenFrom(int)