Freigeben über


LineSegment-Konstruktor (LinkShape, Int32, Int32)

Ein Konstruktor, der das übergeordnete LinkShape und die Indizes für die beiden Endpunkte verwendet.

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

Syntax

'Declaration
Public Sub New ( _
    linkShape As LinkShape, _
    indexStart As Integer, _
    indexEnd As Integer _
)
public LineSegment(
    LinkShape linkShape,
    int indexStart,
    int indexEnd
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

LineSegment Klasse

LineSegment-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace