Click or drag to resize

IJobElementManagerClonePaths Method

Creates copies of given paths.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
IReadOnlyList<VectorGraphicPath> ClonePaths(
	IEnumerable<VectorGraphicPath> paths
)

Parameters

paths  IEnumerableVectorGraphicPath
The paths to copy.

Return Value

IReadOnlyListVectorGraphicPath
The copies of the paths.
See Also