BitmapCache.CloneCurrentValue 方法

定义

使用 BitmapCache 的当前值创建其可修改复本(深层副本)。

public:
 System::Windows::Media::BitmapCache ^ CloneCurrentValue();
public System.Windows.Media.BitmapCache CloneCurrentValue ();
override this.CloneCurrentValue : unit -> System.Windows.Media.BitmapCache
Public Function CloneCurrentValue () As BitmapCache

返回

当前对象的可修改复本。 即使源的 IsFrozen 属性为 false,所克隆对象的 IsFrozen 属性也为 true

适用于