GeneralTransform3DTo2D.CloneCurrentValueCore(Freezable) Method

Definition

Makes the instance a modifiable clone (deep copy) of the specified Freezable using current property values.

protected:
 override void CloneCurrentValueCore(System::Windows::Freezable ^ sourceFreezable);
protected override void CloneCurrentValueCore (System.Windows.Freezable sourceFreezable);
override this.CloneCurrentValueCore : System.Windows.Freezable -> unit
Protected Overrides Sub CloneCurrentValueCore (sourceFreezable As Freezable)

Parameters

sourceFreezable
Freezable

The Freezable to be cloned.

Remarks

CloneCurrentValueCore is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

See also