LineSegment 构造函数 (PointD, PointD, Int32, Int32, Boolean, Boolean, RectangleD)

采用两个端点的构造函数及其部分索引。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
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
)

参数

  • startIndex
    类型:System.Int32
    起点的索引点在完整的 LinkShape 的此段。
  • endIndex
    类型:System.Int32
    此段终结点的索引在完整的 LinkShape 的。
  • isStartSegment
    类型:System.Boolean
    是否处于 LinkShape 的启动段。
  • isEndSegment
    类型:System.Boolean
    是否处于 LinkShape 的末尾段。

.NET Framework 安全性

请参见

参考

LineSegment 类

LineSegment 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间