Animates a Vector2F value by applying an animation to each component of the vector.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public class Vector2FAnimation : Animation<Vector2F>
Visual Basic
Public Class Vector2FAnimation _
	Inherits Animation(Of Vector2F)
Visual C++
public ref class Vector2FAnimation : public Animation<Vector2F>

Inheritance Hierarchy

System..::..Object
  DigitalRune.Animation..::..Animation<(Of <(<'Vector2F>)>)>
    DigitalRune.Animation..::..Vector2FAnimation

See Also