GraphDocumentClipboardActionsPasteFromClipboardAsTemplateForLayer(GraphDocument, IEnumerableInt32, GraphCopyOptions) Method |
Pastes the layer from the clipboard as a template onto the specified layer using explicit copy options.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void PasteFromClipboardAsTemplateForLayer(
GraphDocument doc,
IEnumerable<int> layerNumber,
GraphCopyOptions options
)
Parameters
- doc GraphDocument
- The target graph document.
- layerNumber IEnumerableInt32
- The target layer index path.
- options GraphCopyOptions
- The copy options.
See Also