IJobElementManagerClonePaths Method |
Creates copies of given paths.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxIReadOnlyList<VectorGraphicPath> ClonePaths(
IEnumerable<VectorGraphicPath> paths
)
Parameters
- paths IEnumerableVectorGraphicPath
- The paths to copy.
Return Value
IReadOnlyListVectorGraphicPathThe copies of the paths.
See Also