GeneralTransform2DTo3D::GetCurrentValueAsFrozenCore Method (Freezable^)

 

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

Namespace:   System.Windows.Media.Media3D
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual void GetCurrentValueAsFrozenCore(
	Freezable^ sourceFreezable
) override

Parameters

sourceFreezable
Type: System.Windows::Freezable^

The Freezable to copy and freeze.

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

.NET Framework
Available since 3.0
Return to top
Show: