Utility class that conveniently converts an IGraph instance to a Graph instance.

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

Syntax

C#
public class YGraphAdapter
Visual Basic
Public Class YGraphAdapter

Remarks

This class creates a structural copy of a given IGraph and provides convenience methods to convert entities from one instance to their corresponding representatives in the other instance.

Inheritance Hierarchy

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

See Also