Freigeben über


LineSegment-Konstruktor (PointD, PointD, Int32, Int32, Boolean, Boolean, RectangleD)

Ein Konstruktor, der die beiden Endpunkte und seinen Segmentindex annimmt.

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 ( _
    point1 As PointD, _
    point2 As PointD, _
    startIndex As Integer, _
    endIndex As Integer, _
    isStartSegment As Boolean, _
    isEndSegment As Boolean, _
    bounds As RectangleD _
)
public LineSegment(
    PointD point1,
    PointD point2,
    int startIndex,
    int endIndex,
    bool isStartSegment,
    bool isEndSegment,
    RectangleD bounds
)

Parameter

  • startIndex
    Typ: System.Int32
    Index des Startpunkts dieses Segments im gesamten LinkShape.
  • endIndex
    Typ: System.Int32
    Index des Endpunkts dieses Segments im gesamten LinkShape.
  • isStartSegment
    Typ: System.Boolean
    Ob dies das Startsegment im LinkShape ist.
  • isEndSegment
    Typ: System.Boolean
    Ob dies das Endsegment im LinkShape ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

LineSegment Klasse

LineSegment-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace