Vector3DAnimationUsingKeyFrames.CloneCore(Freezable) 方法

定义

使用基本(未进行动画处理和数据绑定的)属性值使指定的 Vector3DAnimationUsingKeyFrames 成为当前对象的可修改复本(深层副本)。

protected:
 override void CloneCore(System::Windows::Freezable ^ sourceFreezable);
protected override void CloneCore (System.Windows.Freezable sourceFreezable);
override this.CloneCore : System.Windows.Freezable -> unit
Protected Overrides Sub CloneCore (sourceFreezable As Freezable)

参数

sourceFreezable
Freezable

当前对象的可修改复本的目标。

适用于

另请参阅