ShaderEffect.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.

Applies to

See also