LineSegment Constructor (LinkShape^, Int32, Int32)

 

Constructor that takes the parent LinkShape and indices for the two end points.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
LineSegment(
	LinkShape^ linkShape,
	int indexStart,
	int indexEnd
)

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.

Return to top
Show: