LineSegment, constructeur (LinkShape, Int32, Int32)
Constructeur qui prend le LinkShape parent et les index pour les deux points de terminaison.
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 ( _
linkShape As LinkShape, _
indexStart As Integer, _
indexEnd As Integer _
)
public LineSegment(
LinkShape linkShape,
int indexStart,
int indexEnd
)
Paramètres
- linkShape
Type : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
LinkShape à laquelle ce segment appartient.
- indexStart
Type : System.Int32
point de départ du segment.
- indexEnd
Type : System.Int32
point de terminaison du segment.
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.