LineSegment, constructeur (PointD, PointD, Int32, Int32, Boolean, Boolean, RectangleD)
Constructeur qui accepte les deux points de terminaison et l'index de segment.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- point1
Type : Microsoft.VisualStudio.Modeling.Diagrams.PointD
point de départ du segment.
- point2
Type : Microsoft.VisualStudio.Modeling.Diagrams.PointD
point de terminaison du segment.
- startIndex
Type : System.Int32
index du point de départ de ce segment dans la LinkShape complète.
- endIndex
Type : System.Int32
index du point de terminaison de ce segment dans la LinkShape complète.
- isStartSegment
Type : System.Boolean
Indique s'il s'agit du segment de début dans le LinkShape.
- isEndSegment
Type : System.Boolean
Indique s'il s'agit du segment de fin dans le LinkShape.
- bounds
Type : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
rectangle englobant représenté par ce segment de ligne
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.