Click or drag to resize

G2DPlotItemCopyFrom(G2DPlotItem, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.G2DPlotItem.CopyFrom(Altaxo.Graph.Gdi.Plot.G2DPlotItem,System.Boolean)"]


Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void CopyFrom(
	G2DPlotItem from,
	bool withBaseMembers
)

Parameters

from  G2DPlotItem

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

withBaseMembers  Boolean

[Missing <param name="withBaseMembers"/> documentation for "M:Altaxo.Graph.Gdi.Plot.G2DPlotItem.CopyFrom(Altaxo.Graph.Gdi.Plot.G2DPlotItem,System.Boolean)"]

See Also