Package ilcd
Class Graphic

Public Method eraseAnimationFrameArea

static void eraseAnimationFrameArea(int animLoc)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
animLoc 0 ... 7 index of the animation control

Erases the area covered by the current frame of the animated image.

Note

Example

Graphic.eraseAnimationFrameArea(2);

Erases the area on the screen covered by the current frame of animation 2 referenced by the animation control.

See also:

Graphic.eraseAnimationImageArea(int)