Point3DAnimation.GetCurrentValueCore(Point3D, Point3D, AnimationClock) 메서드

정의

Point3DAnimation에 따라 결정된 대로 애니메이션 효과를 줄 속성의 현재 값을 나타내는 값을 계산합니다.

protected:
 override System::Windows::Media::Media3D::Point3D GetCurrentValueCore(System::Windows::Media::Media3D::Point3D defaultOriginValue, System::Windows::Media::Media3D::Point3D defaultDestinationValue, System::Windows::Media::Animation::AnimationClock ^ animationClock);
protected override System.Windows.Media.Media3D.Point3D GetCurrentValueCore (System.Windows.Media.Media3D.Point3D defaultOriginValue, System.Windows.Media.Media3D.Point3D defaultDestinationValue, System.Windows.Media.Animation.AnimationClock animationClock);
override this.GetCurrentValueCore : System.Windows.Media.Media3D.Point3D * System.Windows.Media.Media3D.Point3D * System.Windows.Media.Animation.AnimationClock -> System.Windows.Media.Media3D.Point3D
Protected Overrides Function GetCurrentValueCore (defaultOriginValue As Point3D, defaultDestinationValue As Point3D, animationClock As AnimationClock) As Point3D

매개 변수

defaultOriginValue
Point3D

애니메이션에 명시적으로 설정된 자체 시작 값이 없을 때 사용되는 제안된 원점 값입니다.

defaultDestinationValue
Point3D

애니메이션에 명시적으로 설정된 자체 끝 값이 없을 때 사용되는 제안된 대상 값입니다.

animationClock
AnimationClock

애니메이션에 사용되는 CurrentTime 또는 CurrentProgress를 생성하는 AnimationClock입니다.

반환

Point3D

현재 애니메이션에 따라 결정된 속성의 계산된 값입니다.

설명

경우는 defaultOriginValue 첫 번째 컴퍼지션 체인에 있는이 값은 스냅샷 값 (있는 경우) 또는 기본 속성 값; 그렇지 않으면이 값을 사용 하 여 체인의 이전 애니메이션에서 반환 되는 값을 AnimationClock 없는 < c4 > Stopped 합니다.

defaultDestinationValue 경우 기본 값은 애니메이션 속성에 애니메이션의 첫 번째 컴포지션 계층에는 그렇지 않으면 값은 애니메이션 속성에 대 한 이전 컴퍼지션 레이어의 출력 값입니다.

적용 대상