DiagramClientView.ManuallyRouteSelection(LinkShape, LineSegment, PointD, PointD) Método

Definição

ManuallyRoute o segmento de linha do LinkShape primário na seleção.

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)

Parâmetros

linkShape
LinkShape

LinkShape em que estamos trabalhando.

segment
LineSegment

LineSegment para manipular.

routeDelta
PointD
previousPoint
PointD

Aplica-se a