AnchorPoint, constructeur
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, _
lineSegment As LineSegment, _
connectedShape As NodeShape, _
tolerance As SizeD, _
isStartPoint As Boolean _
)
public AnchorPoint(
LinkShape linkShape,
LineSegment lineSegment,
NodeShape connectedShape,
SizeD tolerance,
bool isStartPoint
)
Paramètres
- linkShape
Type : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- lineSegment
Type : Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
- connectedShape
Type : Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- tolerance
Type : Microsoft.VisualStudio.Modeling.Diagrams.SizeD
- isStartPoint
Type : System.Boolean
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.