DroidDiagram Programmer's Guide
Diagram.copySelection Method
See Also
 






Creates a copy of the currently selected objects and groups.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public SelectionCopy copySelection (
    Diagram source,
    boolean unconnectedLinks,
    boolean copyGroups
)

 Parameters

source
The source diagram.
unconnectedLinks
true to allow copying unconnected links; otherwise, false.
copyGroups
true to copy group information; otherwise, false.

 Return Value

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace