GeneralTransform3DTo2D.GetCurrentValueAsFrozenCore(Freezable) Method

Definition

Makes the current instance a frozen clone of the specified Freezable. If the object has animated dependency properties, their current animated values are copied.

protected override void GetCurrentValueAsFrozenCore (System.Windows.Freezable sourceFreezable);

Parameters

sourceFreezable
Freezable

The Freezable to copy and freeze.

Remarks

GetCurrentValueAsFrozenCore is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

See also