[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Das Daten-Modell für einen Graph-Editor.

Namespace: DynamicNode.Ext.Visual
Assembly: DNVisual (in DNVisual.dll) Version: 1.3.4679.19811 (1.3.0.0)

Syntax

C#
public interface IGraphDocument : IDisposable
Visual Basic
Public Interface IGraphDocument _
	Inherits IDisposable
F#
type IGraphDocument =  
    interface
        interface IDisposable
    end

See Also