IPath.AddPath

IPath.AddPath method

Adds the specified path to the current path, applying the given transformation.

public void AddPath(IPath path, IMatrix transformation)
ParameterTypeDescription
pathIPathThe path to add.
transformationIMatrixThe transformation to apply. See IMatrix.

See Also