PlotPointItemClone Method
Create a deep copy of the specified item and return that to the caller.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2722.4017
public static PlotPointItem Clone(
PlotPointItem item
)
Public Shared Function Clone (
item As PlotPointItem
) As PlotPointItem
No code example is currently available or this language may not be supported.
- item PlotPointItem
-
The item to copy.
PlotPointItem
Reference to a newly created and populated copy of the caller's
original object.