DiagramClientView::ManuallyRouteSelection Method (LinkShape^, LineSegment^, PointD, PointD)
Visual Studio 2015
ManuallyRoute the line segment of the primary LinkShape in the selection.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: void ManuallyRouteSelection( LinkShape^ linkShape, LineSegment^ segment, PointD routeDelta, PointD previousPoint )
Parameters
- linkShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::LinkShape^
LinkShape that we're operating on.
- segment
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::LineSegment^
LineSegment to manipulate.
- routeDelta
- Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD
- previousPoint
- Type: Microsoft.VisualStudio.Modeling.Diagrams::PointD
- resizeDelta
The amount to manually route a line segment.
Show: