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
)
参数
- point1
类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
段的起点。
- point2
类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
线段的终点。
- startIndex
类型:System.Int32
起点的索引点在完整的 LinkShape 的此段。
- endIndex
类型:System.Int32
此段终结点的索引在完整的 LinkShape 的。
- isStartSegment
类型:System.Boolean
是否处于 LinkShape 的启动段。
- isEndSegment
类型:System.Boolean
是否处于 LinkShape 的末尾段。
- bounds
类型:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
此行段表示的边框
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。