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
)
Visual Basic (Declaration)
Protected Sub New ( _
	fromConnectionPoint As TOutboundPoint, _
	toConnectionPoint As TInboundPoint _
)

Parameters

fromConnectionPoint
Type: TOutboundPoint
The source of the connection.
toConnectionPoint
Type: TInboundPoint
The destination of the connection.

See Also