Initializes a new instance of the MovableDiagramConnectionSegment class with the given end point.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public MovableDiagramConnectionSegment( Point endpoint ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ endpoint As Point _ ) |
Parameters
- endpoint
- Type: System.Windows..::.Point
The end point of this MovableDiagramConnectionSegment.