Returns a PathGeometry based on the given connection segment data.

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

Syntax

C#
PathGeometry BuildPath(
	Collection<DiagramConnectionSegment> segments
)
Visual Basic (Declaration)
Function BuildPath ( _
	segments As Collection(Of DiagramConnectionSegment) _
) As PathGeometry

Parameters

segments
Type: System.Collections.ObjectModel..::.Collection<(Of <(DiagramConnectionSegment>)>)
The DiagramConnectionSegment objects making up the connection.

Return Value

A PathGeometry for the diagram connection.

See Also