Clipboard implementation for IGraph instances.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class GraphClipboard
Visual Basic
Public Class GraphClipboard

Remarks

This implementation copies a given graph to an internally held clipboard graph. This graph can be serialized to and deserialized from the system clipboard. The clipboard graph can then be pasted to a target graph instance.

Related Demo Applications

The following programming samples are available: Also see the yFiles WPF tutorials for step by step introductions.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Model..::..GraphClipboard

See Also