GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSheet Class / ExpandPaintBounds Method
In This Topic
    ExpandPaintBounds Method (GoSheet)
    In This Topic
    The paint bounds for a sheet depend on the paint bounds of the GoGrid child objects, which may be large and depend on the size of the view.
    Syntax
    public override RectangleF ExpandPaintBounds( 
       RectangleF rect,
       GoView view
    )

    Parameters

    rect
    view
    See Also