|  | Vector4TraitsCopy Method | 
            Copies the specified animation value.
            
 
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
Syntaxpublic void Copy(
	ref Vector4 source,
	ref Vector4 target
)
Public Sub Copy ( 
	ByRef source As Vector4,
	ByRef target As Vector4
)
public:
virtual void Copy(
	Vector4% source, 
	Vector4% target
) sealed
abstract Copy : 
        source : Vector4 byref * 
        target : Vector4 byref -> unit 
override Copy : 
        source : Vector4 byref * 
        target : Vector4 byref -> unit Parameters
- source
- Type: Vector4
 In: The source value.
- target
- Type: Vector4
 Out: The target value.
Implements
IAnimationValueTraitsTCopy(T, T) See Also
See Also