Click or drag to resize

XYPlotLayerInternalCopyFrom Method

Internal copy from operation. It is presumed, that the events are already suspended. Additionally, it is not neccessary to call the OnChanged event, since this is called in the calling routine.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void InternalCopyFrom(
	HostLayer from,
	GraphCopyOptions options
)

Parameters

from  HostLayer
The object (layer) from which to copy.
options  GraphCopyOptions
Copy options.
See Also