Builds a PathGeometry for a sequence of diagram connection segments.

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 IPathBuilder
Visual Basic (Declaration)
Public Interface IPathBuilder

Remarks

The IPathBuilder interface allows connections to construct their own visual interpretations of the path found by the IPathfinder interface. The canonical example is the CorneredPathBuilder, which constructs a path geometry with smooth corners from the raw segment specification.

See Also