Creates the PathFigure representing a path for the specified segments.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
protected override PathFigure CreateMultiSegmentFigure( Collection<DiagramConnectionSegment> segments ) |
Visual Basic (Declaration) |
---|
Protected Overrides Function CreateMultiSegmentFigure ( _ segments As Collection(Of DiagramConnectionSegment) _ ) As PathFigure |
Parameters
- segments
- Type: System.Collections.ObjectModel..::.Collection<(Of <(DiagramConnectionSegment>)>)
The connection segments.