Click or drag to resize

DataMeshPlotStyle(DataMeshPlotStyle) Constructor

Copy constructor.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataMeshPlotStyle(
	DataMeshPlotStyle from
)

Parameters

from  DataMeshPlotStyle
The style to copy from.
See Also