Click or drag to resize

HostLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions) Method

Copies the graphic items of another host layer according to the specified copy options.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void InternalCopyGraphItems(
	HostLayer from,
	GraphCopyOptions options
)

Parameters

from  HostLayer
The host layer to copy from.
options  GraphCopyOptions
The copy options.
See Also