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