| ColorTraitsRecycle Method |
Recycles an animation value.
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public void Recycle(
ref Color value
)
Public Sub Recycle (
ByRef value As Color
)
public:
virtual void Recycle(
Color% value
) sealed
abstract Recycle :
value : Color byref -> unit
override Recycle :
value : Color byref -> unit
Parameters
- value
- Type: Color
In/Out: The animation value to be recycled.
Implements
IAnimationValueTraitsTRecycle(T)See Also