TranslateTransform.CloneCurrentValue Method

Definition

Creates a modifiable copy of this TranslateTransform object by making deep copies of its values. This method does not copy resource references, data bindings, and animations, although it does copy their current values.

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

Returns

A modifiable deep copy 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.

For more information, see Freezable.CloneCurrentValue.

Applies to