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
- point1
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
počáteční bod segmentu.
- point2
Typ: Microsoft.VisualStudio.Modeling.Diagrams.PointD
koncový bod segmentu.
- 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.
- bounds
Typ: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
ohraničovací obdélník zastoupen tento segment čáry
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.