共用方式為


Rotation3DAnimationBase.GetCurrentValue 方法

定義

取得動畫目前的值。

多載

GetCurrentValue(Object, Object, AnimationClock)

取得動畫目前的值。

GetCurrentValue(Rotation3D, Rotation3D, AnimationClock)

取得動畫目前的值。

GetCurrentValue(Object, Object, AnimationClock)

取得動畫目前的值。

public:
 override System::Object ^ GetCurrentValue(System::Object ^ defaultOriginValue, System::Object ^ defaultDestinationValue, System::Windows::Media::Animation::AnimationClock ^ animationClock);
public override sealed object GetCurrentValue (object defaultOriginValue, object defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock);
override this.GetCurrentValue : obj * obj * System.Windows.Media.Animation.AnimationClock -> obj
Public Overrides NotOverridable Function GetCurrentValue (defaultOriginValue As Object, defaultDestinationValue As Object, animationClock As AnimationClock) As Object

參數

defaultOriginValue
Object

在動畫沒有自己的起始值之情況下,要提供給動畫的初始值。 如果這個動畫是撰寫鏈結的第一個項目,它就是顯示動畫之屬性的基底值,否則它會是鏈結中的上一個動畫所傳回的值。

defaultDestinationValue
Object

在動畫沒有自己的起始值之情況下,要提供給動畫的目的值。

animationClock
AnimationClock

AnimationClock,可以產生 CurrentTimeCurrentProgress 值,此動畫會用來產生其輸出值。

傳回

Object

動畫目前的值。

適用於

GetCurrentValue(Rotation3D, Rotation3D, AnimationClock)

取得動畫目前的值。

public:
 System::Windows::Media::Media3D::Rotation3D ^ GetCurrentValue(System::Windows::Media::Media3D::Rotation3D ^ defaultOriginValue, System::Windows::Media::Media3D::Rotation3D ^ defaultDestinationValue, System::Windows::Media::Animation::AnimationClock ^ animationClock);
public System.Windows.Media.Media3D.Rotation3D GetCurrentValue (System.Windows.Media.Media3D.Rotation3D defaultOriginValue, System.Windows.Media.Media3D.Rotation3D defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock);
override this.GetCurrentValue : System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Media3D.Rotation3D * System.Windows.Media.Animation.AnimationClock -> System.Windows.Media.Media3D.Rotation3D
Public Function GetCurrentValue (defaultOriginValue As Rotation3D, defaultDestinationValue As Rotation3D, animationClock As AnimationClock) As Rotation3D

參數

defaultOriginValue
Rotation3D

在動畫沒有自己的起始值之情況下,要提供給動畫的初始值。 如果這個動畫是撰寫鏈結的第一個項目,它就是顯示動畫之屬性的基底值,否則它會是鏈結中的上一個動畫所傳回的值。

defaultDestinationValue
Rotation3D

在動畫沒有自己的起始值之情況下,要提供給動畫的目的值。

animationClock
AnimationClock

AnimationClock,可以產生 CurrentTimeCurrentProgress 值,此動畫會用來產生其輸出值。

傳回

Rotation3D

動畫目前的值。

適用於