AnchorPoint(LinkShape, LineSegment, NodeShape, SizeD, Boolean) Construtor
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.
public:
AnchorPoint(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ linkShape, Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ lineSegment, Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ connectedShape, Microsoft::VisualStudio::Modeling::Diagrams::SizeD tolerance, bool isStartPoint);
public AnchorPoint (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape linkShape, Microsoft.VisualStudio.Modeling.Diagrams.LineSegment lineSegment, Microsoft.VisualStudio.Modeling.Diagrams.NodeShape connectedShape, Microsoft.VisualStudio.Modeling.Diagrams.SizeD tolerance, bool isStartPoint);
new Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.LineSegment * Microsoft.VisualStudio.Modeling.Diagrams.NodeShape * Microsoft.VisualStudio.Modeling.Diagrams.SizeD * bool -> Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint
Public Sub New (linkShape As LinkShape, lineSegment As LineSegment, connectedShape As NodeShape, tolerance As SizeD, isStartPoint As Boolean)
Parâmetros
- linkShape
- LinkShape
- lineSegment
- LineSegment
- connectedShape
- NodeShape
- tolerance
- SizeD
- isStartPoint
- Boolean