RectAnimationUsingKeyFrames.CloneCurrentValueCore(Freezable) 方法

定义

使用当前的属性值使该实例成为指定 RectAnimationUsingKeyFrames 的可修改深层副本。 不复制资源引用、数据绑定和动画,而是复制其当前值。

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

参数

sourceFreezable
Freezable

要克隆的 RectAnimationUsingKeyFrames

注解

此方法由 CloneCurrentValue 方法调用,不应直接从代码调用,除非在重写此方法时调用基实现。 若要创建当前对象的可修改副本,请调用 CloneCurrentValue 而不是直接调用此方法。

有关详细信息,请参阅 Freezable.CloneCurrentValueCore

适用于

另请参阅