DiagramClientView.ManuallyRouteSelection – metoda
ManuallyRoute řádku segmentu primární LinkShape ve výběru.
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Deklarace
Public Sub ManuallyRouteSelection ( _
linkShape As LinkShape, _
segment As LineSegment, _
routeDelta As PointD, _
previousPoint As PointD _
)
public void ManuallyRouteSelection(
LinkShape linkShape,
LineSegment segment,
PointD routeDelta,
PointD previousPoint
)
Parametry
- linkShape
Typ: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
LinkShape, který jsme si na provozní.
- segment
Typ: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
LineSegment k manipulaci.
- routeDelta
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
- previousPoint
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.