Vector3DAnimationUsingKeyFrames.GetAsFrozenCore(Freezable) Method

Definition

Makes this instance a clone of the specified Vector3DAnimationUsingKeyFrames object.

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

Parameters

source
Freezable

The Vector3DAnimationUsingKeyFrames object to be cloned.

Notes to Inheritors

A subclass should override this method if it has data that is not exposed via dependency properties or it performs extra work during construction.

The default implementation makes clones of all writable, unfrozen, locally set properties. Note that the properties' base values are copied, not their current values. The default implementation does not clone read-only dependency properties or frozen values.

If you do override this method, you must call the Vector3DAnimationUsingKeyFrames implementation.

Applies to