Creates new XPathAnimator class instance with the given path.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XPathAnimator(
	IXPath path
)

Parameters

path
Type: SGP.XSpace..::.IXPath
The IXPath path along which the animation should be moving.

See Also