DiagramClientView.ManuallyRouteSelection, méthode
ManuallyRoute le segment de ligne de la LinkShape primaire dans la sélection.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- linkShape
Type : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
LinkShape sur laquelle nous opérons.
- segment
Type : Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
LineSegment à manipuler.
- routeDelta
Type : Microsoft.VisualStudio.Modeling.Diagrams.PointD
- previousPoint
Type : Microsoft.VisualStudio.Modeling.Diagrams.PointD
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.