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#
public void RelocateConnection(
	ConnectionRelocationInfo info
)
Visual Basic (Declaration)
Public Sub RelocateConnection ( _
	info As ConnectionRelocationInfo _
)

Parameters

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

Implements

IDiagramConnectionRelocator..::.RelocateConnection(ConnectionRelocationInfo)

See Also