Click or drag to resize
DigitalRunePath2FAnimation Constructor (Path2F)
Initializes a new instance of the Path2FAnimation class with the given path.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Path2FAnimation(
	Path2F path
)

Parameters

path
Type: DigitalRune.Mathematics.InterpolationPath2F
The 2D path.
See Also