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

傳回

BitmapCache

目前物件的可修改複本。 即使來源的 IsFrozen 屬性為 false,複製物件的 IsFrozen 屬性仍為 true

適用於