This type of connection does not support mounted connection points, and throws NotSupportedException.

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 override sealed IDiagramConnectionPoint AddConnectionPoint(
	Point point,
	double buffer
)
Visual Basic (Declaration)
Public Overrides NotOverridable Function AddConnectionPoint ( _
	point As Point, _
	buffer As Double _
) As IDiagramConnectionPoint

Parameters

point
Type: System.Windows..::.Point
A point used to derive the position of the mounted connection point.
buffer
Type: System..::.Double
The minimum distance away from the connection corners that the mounted point can be placed.

Return Value

Throws NotSupportedException.

See Also