Gets the position of the connection point at the specified index along the specified edge.

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

Syntax

C#
public IPositionCalculator GetPositionCalculator(
	Edge edge,
	int index
)
Visual Basic (Declaration)
Public Function GetPositionCalculator ( _
	edge As Edge, _
	index As Integer _
) As IPositionCalculator

Parameters

edge
Type: Mindscape.WpfDiagramming..::.Edge
The edge for which to get a connection point position.
index
Type: System..::.Int32
The index of the connection point along that edge.

Return Value

An IPositionCalculator specifying the location of the connection point.

See Also