Click or drag to resize

XYZPlotLayer(XYZPlotLayer) Constructor

The copy constructor.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public XYZPlotLayer(
	XYZPlotLayer from
)

Parameters

from  XYZPlotLayer
The instance to copy.
See Also