Click or drag to resize

PathPointsCollectionCopyPath Method

Copy points from source Path to this Path.

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

Parameters

sourcePath  PathPointsCollection
The source Path.
See Also