DiagramClientView.ManuallyRouteSelection(LinkShape, LineSegment, PointD, PointD) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Manuallyroute das Liniensegment der primären Linkform in der Auswahl.
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)
Parameter
- linkShape
- LinkShape
LinkShape, auf dem wir arbeiten.
- segment
- LineSegment
Zu manipulieren.
- routeDelta
- PointD
- previousPoint
- PointD