ASP.NET Pack Programmer's Guide
DiagramApplet.pasteFromClipboard Method (Single, Single, Boolean)
See Also
 






Pastes diagram items from a local clipboard.

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

 Syntax

Java  Copy Code

public boolean pasteFromClipboard (
    float dx,
    float dy,
    boolean unconnectedLinks
)

 Parameters

dx

Horizontal offset of pasted items from their original positions.

dy

Vertical offset of pasted items from their original positions.

unconnectedLinks

true to allow pasting arrows whose origin or destination node has not been copied; otherwise, false. Default is false.

 Return Value

 Remarks

The applet version of the clipboard methods uses a Java local clipboard to avoid security checks done by the Java browser plug-in.

 See Also

pasteFromClipboard Method Overload List
DiagramApplet Members
DiagramApplet Class
com.mindfusion.diagramming Namespace