DiagramClientView.ManuallyRouteSelection Method

Definition

ManuallyRoute the line segment of the primary LinkShape in the selection.

public:
 void ManuallyRouteSelection(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ linkShape, Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ segment, Microsoft::VisualStudio::Modeling::Diagrams::PointD routeDelta, Microsoft::VisualStudio::Modeling::Diagrams::PointD previousPoint);
public void ManuallyRouteSelection (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape linkShape, Microsoft.VisualStudio.Modeling.Diagrams.LineSegment segment, Microsoft.VisualStudio.Modeling.Diagrams.PointD routeDelta, Microsoft.VisualStudio.Modeling.Diagrams.PointD previousPoint);
member this.ManuallyRouteSelection : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.LineSegment * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Sub ManuallyRouteSelection (linkShape As LinkShape, segment As LineSegment, routeDelta As PointD, previousPoint As PointD)

Parameters

linkShape
LinkShape

LinkShape that we're operating on.

segment
LineSegment

LineSegment to manipulate.

routeDelta
PointD
previousPoint
PointD

Applies to