Sdílet prostřednictvím


LineSegment – konstruktor (PointD, PointD, Int32, Int32, Boolean, Boolean, RectangleD)

Konstruktor, který trvá dva koncové body a její index segmentu.

Obor názvů:  Microsoft.VisualStudio.Modeling.Diagrams
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • startIndex
    Typ: System.Int32
    Index počáteční bod tohoto segmentu v plné LinkShape.
  • endIndex
    Typ: System.Int32
    index koncový bod tohoto segmentu v plné LinkShape.
  • isStartSegment
    Typ: System.Boolean
    Toto je start segmentu LinkShape nebo ne.
  • isEndSegment
    Typ: System.Boolean
    Toto je konec segmentu LinkShape nebo ne.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

LineSegment Třída

LineSegment – přetížení

Microsoft.VisualStudio.Modeling.Diagrams – obor názvů