PathEntryItemClone Method
Create a deep copy of the provided path entry item.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static PathEntryItem Clone(
PathEntryItem item
)
Public Shared Function Clone (
item As PathEntryItem
) As PathEntryItem
No code example is currently available or this language may not be supported.
- item PathEntryItem
-
Reference to the item to clone.
PathEntryItem
Reference to the newly cloned item.