Vector3DAnimationUsingKeyFrames.CloneCore(Freezable) Method

Definition

Makes the specified Vector3DAnimationUsingKeyFrames a modifiable clone (deep copy) of the current object using base (non-animated, non-databound) property values.

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)

Parameters

sourceFreezable
Freezable

Destination for the modifiable clone of the current object.

Applies to

See also