This class represents a drawing of a graph.

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public abstract class LayoutGraph : Graph, 
	IGraphLayout
Visual Basic
Public MustInherit Class LayoutGraph _
	Inherits Graph _
	Implements IGraphLayout

Remarks

This class represents a drawing of a graph.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms..::..Graph
    yWorks.yFiles.Layout..::..LayoutGraph
      yWorks.yFiles.Layout..::..CopiedLayoutGraph
      yWorks.yFiles.Layout..::..DefaultLayoutGraph

See Also