Click or drag to resize

HostLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions, FuncIGraphicBase, Boolean) Method

Copies selected graph items and optionally child layers from another host layer.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual void InternalCopyGraphItems(
	HostLayer from,
	GraphCopyOptions options,
	Func<IGraphicBase, bool> selectionCriteria
)

Parameters

from  HostLayer
The source layer.
options  GraphCopyOptions
The copy options.
selectionCriteria  FuncIGraphicBase, Boolean
The item-selection predicate.
See Also