HostLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions, FuncIGraphicBase, Boolean) Method |
Copies selected graph items and optionally child layers from another host layer.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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