 | PathPointsCollectionAppendPath(PathPointsCollection) Method |
Appends the specified Path to this path.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic void AppendPath(
PathPointsCollection addingPath
)
Public Sub AppendPath (
addingPath As PathPointsCollection
)
public:
void AppendPath(
PathPointsCollection^ addingPath
)
member AppendPath :
addingPath : PathPointsCollection -> unit public void AppendPath(
PathPointsCollection addingPath
)
function AppendPath(addingPath);
Parameters
- addingPath PathPointsCollection
- The Path to add.
See Also