LineSegment Constructor

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

NameDescription
System_CAPS_pubmethodLineSegment(LinkShape^, Int32, Int32)

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

System_CAPS_pubmethodLineSegment(PointD, PointD)

Constructor that takes the two end points

System_CAPS_pubmethodLineSegment(PointD, PointD, Int32, Int32, Boolean, Boolean, RectangleD)

Constructor that takes the two end points and its segment index.

Return to top
Show: