NodeShape.GetCompliantAnchorPoint, méthode
Calcule l'élément AnchorPoint conforme selon le paramètre proposedAnchorPoint. Cette méthode ignore complètement les coordonnées du paramètre anchorPoint. Les calculs sont effectués en fonction des coordonnées de proposedAnchorPoint et de anchorPoint à l'extrémité opposée du lien correspondant au paramètre anchorPoint.
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 Overridable Function GetCompliantAnchorPoint ( _
anchorPoint As AnchorPoint, _
proposedAnchorPoint As PointD, _
routingStyle As VGRoutingStyle _
) As PointD
public virtual PointD GetCompliantAnchorPoint(
AnchorPoint anchorPoint,
PointD proposedAnchorPoint,
VGRoutingStyle routingStyle
)
Paramètres
- anchorPoint
Type : Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint
- proposedAnchorPoint
Type : Microsoft.VisualStudio.Modeling.Diagrams.PointD
- routingStyle
Type : Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle
Valeur de retour
Type : Microsoft.VisualStudio.Modeling.Diagrams.PointD
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.