Share via


GeometryEffect.DeepCopy Method

Makes a deep copy of the geometry effect. Implements CloneCurrentValue in Silverlight.

Namespace: Microsoft.Expression.Media
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Protected MustOverride Function DeepCopy As GeometryEffect
'Usage
Dim returnValue As GeometryEffect

returnValue = Me.DeepCopy
protected abstract GeometryEffect DeepCopy ()
protected:
virtual GeometryEffect^ DeepCopy () abstract
protected abstract GeometryEffect DeepCopy ()
protected abstract function DeepCopy () : GeometryEffect

Return Value

A clone of the current instance of the geometry 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

GeometryEffect Class
GeometryEffect Members
Microsoft.Expression.Media Namespace