Parameters
- child
Child objects such as the Handle, Port, an invisible Label or CollapsedObject and invisible links or internal links connected to this subgraph's Port should not be included in the computation of the ComputeInsideMargins method, because they may be outside of the inside area where the child nodes are. Any override of this method to return true for additional objects may also override one of the Layout...
methods to make sure those objects are positioned in the desired manner.
Originally this method was called from ComputeBounds, but we no longer tie the Bounds with the bordered area. The latter is now governed by ComputeBorder, which calls ComputeInsideMargins, which calls this method to decide which objects are really part of the subgraph and thus should be inside the border.