Vector3DAnimationUsingKeyFrames.GetAsFrozenCore(Freezable) Method

Definition

Makes this instance a clone of the specified Vector3DAnimationUsingKeyFrames object.

C#
protected override void GetAsFrozenCore(System.Windows.Freezable source);

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

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10