Port.GetChildPortPlacement Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetChildPortPlacement(NodeShape, RectangleD) | 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) | |
GetChildPortPlacement(RectangleD, RectangleD) | PortPlacement Determining Logic is encapsulated in this method. |
Top