| IAnimationValueTraitsTCopy 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 void Copy(
ref T source,
ref T target
)
Sub Copy (
ByRef source As T,
ByRef target As T
)
void Copy(
T% source,
T% target
)
abstract Copy :
source : 'T byref *
target : 'T byref -> unit
Parameters
- source
- Type: T
In: The source value. - target
- Type: T
Out: The target value.
See Also