Adds a new mounted connection point to this connection.

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

Syntax

C#
public override DiagramConnectionPoint AddConnectionPoint(
	Point point,
	double buffer
)
Visual Basic (Declaration)
Public Overrides Function AddConnectionPoint ( _
	point As Point, _
	buffer As Double _
) As DiagramConnectionPoint

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