NodeShape.GetCompliantAnchorPoint(AnchorPoint, PointD, VGRoutingStyle) Methode

Definition

Berechnet den kompatiblen Anchorpoint basierend auf dem Parameter "propoandanchorpoint". Diese Methode ignoriert die Koordinaten des Anchorpoint-Parameters vollständig. Berechnungen werden basierend auf den Koordinaten des propoandanchorpoint und dem Anchorpoint am umgekehrten Ende des Links durchgeführt, der dem Anchorpoint-Parameter entspricht.

public:
 virtual Microsoft::VisualStudio::Modeling::Diagrams::PointD GetCompliantAnchorPoint(Microsoft::VisualStudio::Modeling::Diagrams::AnchorPoint ^ anchorPoint, Microsoft::VisualStudio::Modeling::Diagrams::PointD proposedAnchorPoint, Microsoft::VisualStudio::Modeling::Diagrams::GraphObject::VGRoutingStyle routingStyle);
public virtual Microsoft.VisualStudio.Modeling.Diagrams.PointD GetCompliantAnchorPoint (Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint anchorPoint, Microsoft.VisualStudio.Modeling.Diagrams.PointD proposedAnchorPoint, Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle routingStyle);
abstract member GetCompliantAnchorPoint : Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle -> Microsoft.VisualStudio.Modeling.Diagrams.PointD
override this.GetCompliantAnchorPoint : Microsoft.VisualStudio.Modeling.Diagrams.AnchorPoint * Microsoft.VisualStudio.Modeling.Diagrams.PointD * Microsoft.VisualStudio.Modeling.Diagrams.GraphObject.VGRoutingStyle -> Microsoft.VisualStudio.Modeling.Diagrams.PointD
Public Overridable Function GetCompliantAnchorPoint (anchorPoint As AnchorPoint, proposedAnchorPoint As PointD, routingStyle As VGRoutingStyle) As PointD

Parameter

anchorPoint
AnchorPoint
proposedAnchorPoint
PointD
routingStyle
VGRoutingStyle

Gibt zurück

PointD

Gilt für