Search
DiagramItem.clone Method
See Also
 

Creates a copy of this item.

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

 Syntax

Java  Copy Code

public DiagramItem clone (
    boolean clipboard
)

 Parameters

clipboard
true if the copy will be stored in the Windows clipboard; otherwise, false.

 Return Value

A copy of this item.

 See Also