HostLayerInternalCopyGraphItems(HostLayer, GraphCopyOptions) Method |
Copies 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
)
Parameters
- from HostLayer
- The source layer.
- options GraphCopyOptions
- The copy options.
See Also