Share via


FadeTransitionEffect.DeepCopy Method

Makes a deep copy of the FadeTransitionEffect effect.

Namespace: Microsoft.Expression.Media.Effects
Assembly: Microsoft.Expression.Effects (in microsoft.expression.effects.dll)

Syntax

'Declaration
Protected Overrides Function DeepCopy As TransitionEffect
'Usage
Dim returnValue As TransitionEffect

returnValue = Me.DeepCopy
protected override TransitionEffect DeepCopy ()
protected:
virtual TransitionEffect^ DeepCopy () override
protected TransitionEffect DeepCopy ()
protected override function DeepCopy () : TransitionEffect

Return Value

A clone of the current instance of the FadeTransitionEffect effect.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FadeTransitionEffect Class
FadeTransitionEffect Members
Microsoft.Expression.Media.Effects Namespace