|  | Vector4TraitsBeginBlend Method | 
            Begins the interpolation of n animation values.
            
 
Namespace: DigitalRune.Animation.TraitsAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
 Syntax
Syntaxpublic void BeginBlend(
	ref Vector4 value
)
Public Sub BeginBlend ( 
	ByRef value As Vector4
)
public:
virtual void BeginBlend(
	Vector4% value
) sealed
abstract BeginBlend : 
        value : Vector4 byref -> unit 
override BeginBlend : 
        value : Vector4 byref -> unit Parameters
- value
- Type: Vector4
 Out: The start value of the blend operation.
Implements
IAnimationValueTraitsTBeginBlend(T) See Also
See Also