This class represents a drawing of a graph.

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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