GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / ExpandPaintBounds Method
In This Topic
    ExpandPaintBounds Method (GoGrid)
    In This Topic
    The paint bounds are effectively unbounded if IsUnbounded is true.
    Syntax
    public override RectangleF ExpandPaintBounds( 
       RectangleF rect,
       GoView view
    )

    Parameters

    rect
    view

    Return Value

    If IsUnbounded is true, a RectangleF with a very large Width and/or Height; otherwise the standard expanded rectangle as for any GoShape accounting for any pen and/or shadow.
    See Also