Click or drag to resize
DigitalRuneIAnimationValueTraitsTBeginBlend Method
Begins the interpolation of n animation values.

Namespace: DigitalRune.Animation.Traits
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
void BeginBlend(
	ref T value
)

Parameters

value
Type: T
Out: The start value of the blend operation.
See Also