Adds the specified items and groups to the specified diagram document.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool PasteSelection ( |
Visual Basic Copy Code |
---|
Public Function PasteSelection( _ |
A SelectionCopy object returned by a previous call to CopySelection.
A CompositeCmd object where the items state should be recorded for later undo or redo.
Offset of pasted items from their original positions.
true if data contains any items, or false otherwise.
This method can be used in conjunction with CopySelection to copy selected items from one Diagram instance to another.
WpfDiagram Programmer's Guide | © 2024 MindFusion |