 | PathPointsCollectionCopyPath Method |
Copy points from source Path to this Path.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic void CopyPath(
PathPointsCollection sourcePath
)
Public Sub CopyPath (
sourcePath As PathPointsCollection
)
public:
void CopyPath(
PathPointsCollection^ sourcePath
)
member CopyPath :
sourcePath : PathPointsCollection -> unit public void CopyPath(
PathPointsCollection sourcePath
)
function CopyPath(sourcePath);
Parameters
- sourcePath PathPointsCollection
- The source Path.
See Also