nw::lyt::Bounding::AnimateSelf Member Function

Syntax

virtual void AnimateSelf(
     u32 option
);

Arguments

Name Description
option Option. Specifies lyt::AnimateOpt.

Return Values

None.

Description

Calculates the animation result for self.

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