Initializes a new instance of the DiagramConnectionSegment class and sets its end point as having the given x and y values.

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(
	double endX,
	double endY
)
Visual Basic (Declaration)
Public Sub New ( _
	endX As Double, _
	endY As Double _
)

Parameters

endX
Type: System..::.Double
The x value of the end point of this DiagramConnectionSegment.
endY
Type: System..::.Double
The y value of the end point of this DiagramConnectionSegment.

See Also