Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
linkShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShapeLinkShape that we're operating on.
segment
Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegmentLineSegment to manipulate.
- routeDelta
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
- previousPoint
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointD
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.