Initializes a new instance of the DiagramConnectionSegment class and sets its end point to be the given Point.

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 DiagramConnectionSegment(
	Point end
)
Visual Basic (Declaration)
Public Sub New ( _
	end As Point _
)

Parameters

end
Type: System.Windows..::.Point
The end point of this DiagramConnectionSegment.

See Also