Click or drag to resize

HostLayerCopyFrom(HostLayer, GraphCopyOptions) Method

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


Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void CopyFrom(
	HostLayer from,
	GraphCopyOptions options
)

Parameters

from  HostLayer

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

options  GraphCopyOptions

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

See Also