LineSegment Constructor (LinkShape^, Int32, Int32)
Visual Studio 2015
Constructor that takes the parent LinkShape and indices for the two end points.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- linkShape
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::LinkShape^
LinkShape this segment belongs to.
- indexStart
-
Type:
System::Int32
segment's starting point.
- indexEnd
-
Type:
System::Int32
segment's end point.
Show: