Creates a copy of the currently selected objects and groups.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public SelectionCopy CopySelection ( |
Visual Basic
Copy Code
|
|---|
Public Function CopySelection( _ |
An instance of the SelectionCopy class.
RemarksCall PasteSelection to add the copied objects to a target diagram.
See Also