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