C# 클래스 System.Windows.Controls.AnimatedPanel.RectAnimation

상속: System.Windows.Media.Glitz.TweenAnimation
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 메소드들

메소드 설명
RectAnimation ( UIElement element, Rect initialRect, Rect finalRect, System.TimeSpan duration ) : System

보호된 메소드들

메소드 설명
PerformTweening ( double frame ) : void

메소드 상세

PerformTweening() 보호된 메소드

protected PerformTweening ( double frame ) : void
frame double
리턴 void

RectAnimation() 공개 메소드

public RectAnimation ( UIElement element, Rect initialRect, Rect finalRect, System.TimeSpan duration ) : System
element UIElement
initialRect System.Windows.Rect
finalRect System.Windows.Rect
duration System.TimeSpan
리턴 System