Click or drag to resize
DigitalRuneIAnimationValueTraitsTCopy Method
Copies the specified animation value.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
void Copy(
	ref T source,
	ref T target
)

Parameters

source
Type: T
In: The source value.
target
Type: T
Out: The target value.
See Also