Click or drag to resize

G3DPlotStyleCollection(G3DPlotStyleCollection) Constructor

Initializes a new instance of the G3DPlotStyleCollection class by copying another instance.

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

Parameters

from  G3DPlotStyleCollection
The collection to copy from.
See Also