BitmapSource.GetCurrentValueAsFrozenCore Method
Makes this instance a frozen clone of the specified BitmapSource. Resource references, data bindings, and animations are not copied, but their current values are.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- sourceFreezable
- Type: System.Windows.Freezable
The BitmapSource to copy and freeze.
This method is called by the GetCurrentValueAsFrozen method and should not be called directly from your code, except when calling the base implementation while overriding this method. To create a frozen copy of the current object, call GetCurrentValueAsFrozen instead of calling this method directly.
For more information see Freezable.GetCurrentValueAsFrozenCore.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.