Click or drag to resize

PlotItemCollectionCopyFrom(PlotItemCollection, GraphCopyOptions) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.PlotItemCollection.CopyFrom(Altaxo.Graph.Graph3D.Plot.PlotItemCollection,Altaxo.Graph.Gdi.GraphCopyOptions)"]


Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopyFrom(
	PlotItemCollection from,
	GraphCopyOptions options
)

Parameters

from  PlotItemCollection

[Missing <param name="from"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.PlotItemCollection.CopyFrom(Altaxo.Graph.Graph3D.Plot.PlotItemCollection,Altaxo.Graph.Gdi.GraphCopyOptions)"]

options  GraphCopyOptions

[Missing <param name="options"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.PlotItemCollection.CopyFrom(Altaxo.Graph.Graph3D.Plot.PlotItemCollection,Altaxo.Graph.Gdi.GraphCopyOptions)"]

See Also