Package ilcd
Class Graphic

Public Method setAnimationBackgroundScreen

static void setAnimationBackgroundScreen(int animLoc, int posX, int posY, int screen)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
animLoc 0 ... 7 index of the animation control
posX 0 ... display width - 1 horizontal position on background screen
posY 0 ... display height - 1 vertical position on background screen
screen M, 0 ... number of screens - 1 index of the background screen (M = main screen)

Assigns the background screen screen to the animation engine animLoc.

Note

Example

Graphic.setAnimationBackgroundScreen(1, 20, 30, 2);

This will specify the content of screen #2 starting from cursor position 20/30 as background for the animation control #1.

Not supported by: DPC3050, DPC3020, DPC2060, DPC10xx

See also:

Graphic.removeAnimationBackground(int)
Graphic.setAnimationBackgroundColor(int, int)
Graphic.setAnimationBackgroundGraphic(int, int, int, int)
Graphic.setAnimationBackgroundFrame(int, int)
Graphic.eraseAnimationImageArea(int)
Graphic.eraseAnimationFrameArea(int)