DiagramClientView.ManuallyRouteSelection Method

ManuallyRoute the line segment of the primary LinkShape in the selection.

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

Syntax

'Declaration
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
)
public:
void ManuallyRouteSelection(
    LinkShape^ linkShape, 
    LineSegment^ segment, 
    PointD routeDelta, 
    PointD previousPoint
)
member ManuallyRouteSelection : 
        linkShape:LinkShape * 
        segment:LineSegment * 
        routeDelta:PointD * 
        previousPoint:PointD -> unit
public function ManuallyRouteSelection(
    linkShape : LinkShape, 
    segment : LineSegment, 
    routeDelta : PointD, 
    previousPoint : PointD
)

Parameters

.NET Framework Security

See Also

Reference

DiagramClientView Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace