Click or drag to resize
DigitalRuneEffectBindingClone Method
Creates a new EffectBinding that is a clone of the current instance.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectBinding Clone()

Return Value

Type: EffectBinding
A new EffectBinding that is a clone of the current instance.
Remarks
Notes to Inheritors: The method Clone calls CreateInstanceCore which is responsible for creating a new instance of the EffectBinding derived class and CloneCore(EffectBinding) to create a copy of the current instance. Classes that derive from EffectBinding need to implement CreateInstanceCore and CloneCore(EffectBinding).
See Also