Click or drag to resize

PathPointsCollectionAppendPath(PathPointsCollection) Method

Appends the specified Path to this path.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void AppendPath(
	PathPointsCollection addingPath
)

Parameters

addingPath  PathPointsCollection
The Path to add.
See Also