C# 클래스 ComponentFactory.Quicksilver.Layout.RemovePositionAnimate

Defines the ending location/size of an element being removed.
상속: BoundsEasingAnimate
파일 보기 프로젝트 열기: ComponentFactory/Quicksilver 1 사용 예제들

공개 메소드들

메소드 설명
ApplyAnimation ( string animateId, MetaPanelBase metaPanel, MetaElementStateDict stateDict, ICollection elements, double elapsedMilliseconds ) : void

Perform animation effects on the set of children.

RemovePositionAnimate ( ) : System

Initialize a new instance of the RemovePositionAnimate class.

메소드 상세

ApplyAnimation() 공개 메소드

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.
리턴 void

RemovePositionAnimate() 공개 메소드

Initialize a new instance of the RemovePositionAnimate class.
public RemovePositionAnimate ( ) : System
리턴 System