GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / ExpandChild Method
the reference point for restoring the new position
In This Topic
    ExpandChild Method
    In This Topic
    Restore a child to its original position.
    Syntax
    protected virtual void ExpandChild( 
       GoObject child,
       PointF hpos
    )

    Parameters

    child
    hpos
    the reference point for restoring the new position
    Remarks
    This uses SavedBounds for getting the saved relative position of a child, and this uses SavedPaths for getting the relative points of link strokes. Nested subgraphs that are WasExpanded (i.e. were collapsed by CollapseChild) are expanded. This method also makes sure each child is made Visible again.
    See Also