GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / FinishExpand Method
the reference point for restoring the new position
In This Topic
    FinishExpand Method
    In This Topic
    This method is called at the end of the process of an Expand call.
    Syntax
    protected virtual void FinishExpand( 
       PointF hpos
    )

    Parameters

    hpos
    the reference point for restoring the new position
    Remarks
    By default this just clears all saved information in the SavedBounds and SavedPaths hash tables, it makes any CollapsedObject not visible, and it restores whether the expanded subgraph is resizable.
    See Also