ICanvasPathFactory.Create

Create()

Creates a new empty path.

public IPath Create()

Return Value

The created IPath.

See Also


Create(IPath)

Creates a new path by copying an existing path.

public IPath Create(IPath path)
ParameterTypeDescription
pathIPathThe path to copy.

Return Value

The created IPath.

See Also