LineSegment Constructor (LinkShape, Int32, Int32)

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

Syntax

'宣言
Public Sub New ( _
    linkShape As LinkShape, _
    indexStart As Integer, _
    indexEnd As Integer _
)
'使用
Dim linkShape As LinkShape
Dim indexStart As Integer
Dim indexEnd As Integer

Dim instance As New LineSegment(linkShape, _
    indexStart, indexEnd)
public LineSegment(
    LinkShape linkShape,
    int indexStart,
    int indexEnd
)
public:
LineSegment(
    LinkShape^ linkShape, 
    int indexStart, 
    int indexEnd
)
public function LineSegment(
    linkShape : LinkShape, 
    indexStart : int, 
    indexEnd : int
)

Parameters

Permissions

See Also

Reference

LineSegment Class

LineSegment Members

LineSegment Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace