Just sets the start point of this DiagramConnectionSegment to be the given point without raising any property changed events. If the previous segment is null, then the end point of this segment will be set to be the given point instead.

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

Syntax

C#
protected void SetStartPointNoNotify(
	Point point
)
Visual Basic (Declaration)
Protected Sub SetStartPointNoNotify ( _
	point As Point _
)

Parameters

point
Type: System.Windows..::.Point
the new start point

See Also