Relocates the given IDiagramConnection to have the given IDiagramConnectionPoint objects as its new source and destination. Note that one of the given connection points may be the same as the current source or destination of the connection.

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

Syntax

C#
void RelocateConnection(
	ConnectionRelocationInfo info
)
Visual Basic (Declaration)
Sub RelocateConnection ( _
	info As ConnectionRelocationInfo _
)

Parameters

info
Type: Mindscape.WpfDiagramming.Foundation..::.ConnectionRelocationInfo
ConnectionRelocationInfo holding information about the connection relocation that is to be performed.

See Also