LineSegment (Constructor) (PointD, PointD, Int32, Int32, Boolean, Boolean, RectangleD)

Constructor que toma los dos extremos y su de índice segmental.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • startIndex
    Tipo: System.Int32
    índice del punto de inicio de este segmento del LinkShape completo.
  • endIndex
    Tipo: System.Int32
    índice del punto final de este segmento en el LinkShape completo.
  • isStartSegment
    Tipo: System.Boolean
    si éste es el segmento de inicio en el LinkShape.
  • isEndSegment
    Tipo: System.Boolean
    si éste es el segmento del extremo en el LinkShape.

Seguridad de .NET Framework

Vea también

Referencia

LineSegment Clase

LineSegment (Sobrecarga)

Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)