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