Initializes a new instance of the DiagramConnectionPoint class.
Namespace:
Mindscape.WpfDiagrammingAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public DiagramConnectionPoint( IDiagramConnectable connectable, Edge edge, int index ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ connectable As IDiagramConnectable, _ edge As Edge, _ index As Integer _ ) |
Parameters
- connectable
- Type: Mindscape.WpfDiagramming.Foundation..::.IDiagramConnectable
The node or connection on which the connection point sits.
- edge
- Type: Mindscape.WpfDiagramming..::.Edge
The edge of the node or connection on which the connection point sits
- index
- Type: System..::.Int32
The index identifier for this connection point.