BitmapCacheBrush.Clone Method

Definition

Creates a modifiable clone of the BitmapCacheBrush, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values.

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

Returns

A modifiable clone of the current object. The cloned object's IsFrozen property is false even if the source's IsFrozen property is true.

Applies to