Adds a new mounted connection point to this 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 abstract TMountedPoint AddConnectionPoint(
	Point point,
	double buffer
)
Visual Basic (Declaration)
Public MustOverride Function AddConnectionPoint ( _
	point As Point, _
	buffer As Double _
) As TMountedPoint

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

The connection point that is created and mounted to this connection.

See Also