DiagramLite Programmer's Guide
Diagram.PasteFromClipboard Method (Double, Double, Boolean)
See Also
 





Pastes diagram items from the Windows clipboard.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool PasteFromClipboard (
    double dx,
    double dy,
    bool unconnectedLinks
)

Visual Basic  Copy Code

Public Function PasteFromClipboard( _
    dx As Double, _
    dy As Double, _
    unconnectedLinks As Boolean _
) As Boolean

 Parameters

dx

The horizontal offset of pasted items from their original positions.

dy

The vertical offset of pasted items from their original positions.

unconnectedLinks

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

 Return Value

true if successful; otherwise, false.

 Remarks

The Silverlight runtime allows access to the system clipboard only in the context of a user-initiated action, such as a button click or key press.

 See Also

PasteFromClipboard Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
CopyToClipboard Method
CutToClipboard Method