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

Syntax

C#
protected DiagramConnectionBase(
	TOutboundPoint fromConnectionPoint,
	TInboundPoint toConnectionPoint,
	IList<DiagramConnectionSegment> segments
)
Visual Basic (Declaration)
Protected Sub New ( _
	fromConnectionPoint As TOutboundPoint, _
	toConnectionPoint As TInboundPoint, _
	segments As IList(Of DiagramConnectionSegment) _
)

Parameters

fromConnectionPoint
Type: TOutboundPoint
The source of the connection.
toConnectionPoint
Type: TInboundPoint
The destination of the connection.
segments
Type: System.Collections.Generic..::.IList<(Of <(DiagramConnectionSegment>)>)
The DiagramConnectionSegment objects within this DiagramConnectionBase<(Of <(TOutboundPoint, TInboundPoint, TMountedPoint>)>).

See Also