Creates new XPathTransform class instance, wrapping the path, which allows the path transformations.

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

Syntax

C#
public XPathTransform(
	IXPath path,
	Matrix transform
)

Parameters

path
Type: SGP.XSpace..::.IXPath
The IXPath path from which the transformable path will be created.
transform
Type: Matrix
Path transforming matrix Matrix.

See Also