Click or drag to resize

IJobElementManager.ClonePaths Method

Creates copies of given paths.

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

Parameters

paths  IEnumerable<VectorGraphicPath>
The paths to copy.

Return Value

IReadOnlyList<VectorGraphicPath>
The copies of the paths.
See Also