AnchorPoint(LinkShape, LineSegment, NodeShape, SizeD, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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