PlotPointItemClone Method

Create a deep copy of the specified item and return that to the caller.

Definition

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

Parameters

item  PlotPointItem
The item to copy.

Return Value

PlotPointItem
Reference to a newly created and populated copy of the caller's original object.

See Also