A graph wrapper implementation that takes two IGraph instances
and merges them into one.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public sealed class CompositeGraph : AbstractGraphWrapper |
| Visual Basic |
|---|
Public NotInheritable Class CompositeGraph _ Inherits AbstractGraphWrapper |
Remarks
Note that this instance will register listeners with the wrapped graph, so
Dispose()()()() should be called if this instance is not used any more.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Model..::..AbstractGraphWrapper
yWorks.yFiles.UI.Model..::..CompositeGraph
yWorks.yFiles.UI.Model..::..AbstractGraphWrapper
yWorks.yFiles.UI.Model..::..CompositeGraph