PathEntryItemClone Method

Create a deep copy of the provided path entry item.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static PathEntryItem Clone(
	PathEntryItem item
)

Parameters

item  PathEntryItem
Reference to the item to clone.

Return Value

PathEntryItem
Reference to the newly cloned item.

See Also