C# Class ComponentFactory.Quicksilver.Layout.NewPositionAnimate

Defines the starting location/size of a new element.
Inheritance: BoundsEasingAnimate
Mostra file Open project: ComponentFactory/Quicksilver Class Usage Examples

Public Methods

Method Description
ApplyAnimation ( string animateId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, double elapsedMilliseconds ) : void

Perform animation effects on the set of children.

NewPositionAnimate ( ) : System

Initialize a new instance of the NewPositionAnimate class.

Method Details

ApplyAnimation() public method

Perform animation effects on the set of children.
public ApplyAnimation ( string animateId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, double elapsedMilliseconds ) : void
animateId string Identifier of the animate to be used.
metaPanel MetaPanelBase Reference to owning panel instance.
stateDict MetaElementStateDict Dictionary of per-element state.
elements ICollection Collection of elements to be animated.
elapsedMilliseconds double Elapsed milliseconds since last animation cycle.
return void

NewPositionAnimate() public method

Initialize a new instance of the NewPositionAnimate class.
public NewPositionAnimate ( ) : System
return System