Point3DAnimationUsingKeyFrames.CloneCurrentValueCore Method
Makes this instance a modifiable deep copy of the specified Point3DAnimationUsingKeyFrames using current property values. Resource references, data bindings, and animations are not copied, but their current values are.
Namespace: System.Windows.Media.Animation
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- sourceFreezable
- Type: System.Windows.Freezable
The Point3DAnimationUsingKeyFrames to clone.
This method is called by the CloneCurrentValue method and should not be called directly from your code, except when calling the base implementation while overriding this method. To create a modifiable copy of the current object, call CloneCurrentValue instead of calling this method directly.
For more information, see Freezable.CloneCurrentValueCore.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.