 | PathPointsCollection.CopyPath Method |
Copy points from source Path to this Path.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
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