PortPlacementHelper.FindEmptyPortPosition(Port, NodeShape) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual Microsoft::VisualStudio::Modeling::Diagrams::PointD FindEmptyPortPosition(Microsoft::VisualStudio::Modeling::Diagrams::Port ^ portShape, Microsoft::VisualStudio::Modeling::Diagrams::NodeShape ^ parentShape);
protected virtual Microsoft.VisualStudio.Modeling.Diagrams.PointD FindEmptyPortPosition (Microsoft.VisualStudio.Modeling.Diagrams.Port portShape, Microsoft.VisualStudio.Modeling.Diagrams.NodeShape parentShape);
abstract member FindEmptyPortPosition : Microsoft.VisualStudio.Modeling.Diagrams.Port * Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> Microsoft.VisualStudio.Modeling.Diagrams.PointD
override this.FindEmptyPortPosition : Microsoft.VisualStudio.Modeling.Diagrams.Port * Microsoft.VisualStudio.Modeling.Diagrams.NodeShape -> Microsoft.VisualStudio.Modeling.Diagrams.PointD
Protected Overridable Function FindEmptyPortPosition (portShape As Port, parentShape As NodeShape) As PointD
Parameters
- portShape
- Port
- parentShape
- NodeShape