DiagramClientView.ManuallyRouteSelection(LinkShape, LineSegment, PointD, PointD) Метод

Определение

Позволяет вручную маршрутизировать сегмент линии основной LinkShape в выделении.

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)

Параметры

linkShape
LinkShape

LinkShape, над которым выполняются операции.

segment
LineSegment

LineSegment для манипулирования.

routeDelta
PointD
previousPoint
PointD

Применяется к