GraphDocumentCopyFrom Method |
Copies graph content from another graph document using the specified copy options.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyFrom(
GraphDocument from,
GraphCopyOptions options
)
Parameters
- from GraphDocument
- The graph document to copy from.
- options GraphCopyOptions
- The copy options.
See Also