Maps between diagram model bounds and element bounds on a DiagramSurface.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public interface ILayout
Visual Basic (Declaration)
Public Interface ILayout

Remarks

Most formatters need not specify an ILayout, in which case they will get the default layout, and node bounds will be the same in the model and on the diagram surface.

See Also