Clipboard implementation for IGraph instances.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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.NET tutorials for step by step introductions.

Inheritance Hierarchy

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

See Also