LineSegment, constructeur (LinkShape, Int32, Int32)
Constructeur qui prend le LinkShape et les index parents pour les deux points de fin.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 ce segment appartient.
- indexStart
Type : System.Int32
le point de départ du segment.
- indexEnd
Type : System.Int32
le point de fin 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.