AnchorPoint(LinkShape, LineSegment, NodeShape, SizeD, Boolean) Constructor

Definition

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)

Parameters

linkShape
LinkShape
lineSegment
LineSegment
connectedShape
NodeShape
tolerance
SizeD
isStartPoint
Boolean

Applies to