This is a general interface for algorithms that perform a layout process on a given layout 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 interface ILayouter
Visual Basic
Public Interface ILayouter

Remarks

This is a general interface for algorithms that perform a layout process on a given layout graph.

See Also