Port::GetChildPortPlacement Method (NodeShape^, RectangleD)
Visual Studio 2015
Returns the edge on the given parent and given port bounds. This method internally calls GetChildPortPlacement(RectangleD parentShapeDimensions, RectangleD childShapeRelativeBounds) To override behavior for this method, override GetChildPortPlacement(RectangleD parentShapeDimensions, RectangleD childShapeRelativeBounds)
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- parent
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::NodeShape^
parent NodeShape
- portBounds
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
port Bounds
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::PortPlacement
Show: