Click or drag to resize

PathPointsCollection.CopyPath Method

Copy points from source Path to this Path.

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

Parameters

sourcePath  PathPointsCollection
The source Path.
See Also