Compartilhar via


Método DiagramClientView.ManuallyRouteSelection

ManuallyRoute o segmento de linha do LinkShape principal na seleção.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DiagramClientView Classe

Namespace Microsoft.VisualStudio.Modeling.Diagrams