ShaderEffect::CloneCore Method (Freezable^)

 

Makes the instance a clone (deep copy) of the specified Freezable using base (non-animated) property values.

Namespace:   System.Windows.Media.Effects
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual void CloneCore(
	Freezable^ sourceFreezable
) override

Parameters

sourceFreezable
Type: System.Windows::Freezable^

The object to clone.

.NET Framework
Available since 3.0
Return to top
Show: