GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / ExpandPaintBounds Method
In This Topic
    ExpandPaintBounds Method (GoGroup)
    In This Topic
    The expanded paint bounds for a group is just the union of expanded paint bounds for all of its children.
    Syntax
    public override RectangleF ExpandPaintBounds( 
       RectangleF rect,
       GoView view
    )

    Parameters

    rect
    view
    See Also