nw::lyt::Picture::Animate Member Function

Syntax

virtual void Animate(
     u32 option
);

Arguments

Name Description
option Option. Specifies lyt::AnimateOpt.

Return Values

None.

Description

Calculates animation results for both self and for the children.

If nw4r::lyt::ANIMATEOPT_NOANIMATEINVISIBLE is specified in option, this function omits the animation calculations for hidden panes (those with nw4r::lyt::Pane::IsVisible() set to false) and for the panes under their children.

See Also

lyt::AnimateOpt
IsVisible

Revision History

2009/09/18
Initial version.

CONFIDENTIAL