DrawingGroup.CloneCurrentValue Method

Definition

Creates a modifiable deep copy of this DrawingGroup object and makes deep copies of its current values.

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

Returns

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

Remarks

Use this method to produce modifiable copies of read-only Freezable objects. For convenience, this method shadows the inherited version with a strongly typed implementation.

This method does not copy resource references, data bindings, and animations, although it does copy their current values.

For more information, see Freezable.CloneCurrentValue.

Applies to