GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / ComputeBounds Method
In This Topic
    ComputeBounds Method (GoSubGraph)
    In This Topic
    Unlike a regular group, the bounding rectangle is computed by ignoring all children that are not Visible.
    Syntax
    protected override RectangleF ComputeBounds()

    Return Value

    the union of all of the visible children and the result of ComputeBorder
    Remarks
    The Bounds should include the bordered area, as returned by ComputeBorder, plus any other visible objects that may happen to extend beyond that bordered area.
    See Also