HostLayerCopyFrom(HostLayer, GraphCopyOptions) Method |
Copies the state from another layer using the specified copy options.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void CopyFrom(
HostLayer from,
GraphCopyOptions options
)
Parameters
- from HostLayer
- The source layer.
- options GraphCopyOptions
- The copy options.
See Also