DiagramClientView.ManuallyRouteSelection(LinkShape, LineSegment, PointD, PointD) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
ManuallyRoute o segmento de linha do LinkShape primário na seleção.
public:
void ManuallyRouteSelection(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ linkShape, Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ segment, Microsoft::VisualStudio::Modeling::Diagrams::PointD routeDelta, Microsoft::VisualStudio::Modeling::Diagrams::PointD previousPoint);
public void ManuallyRouteSelection (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape linkShape, Microsoft.VisualStudio.Modeling.Diagrams.LineSegment segment, Microsoft.VisualStudio.Modeling.Diagrams.PointD routeDelta, Microsoft.VisualStudio.Modeling.Diagrams.PointD previousPoint);
member this.ManuallyRouteSelection : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.LineSegment * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Sub ManuallyRouteSelection (linkShape As LinkShape, segment As LineSegment, routeDelta As PointD, previousPoint As PointD)
Parâmetros
- linkShape
- LinkShape
LinkShape em que estamos trabalhando.
- segment
- LineSegment
LineSegment para manipular.
- routeDelta
- PointD
- previousPoint
- PointD