GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBalloon Class / ExpandPaintBounds Method
In This Topic
    ExpandPaintBounds Method (GoBalloon)
    In This Topic
    Since the bounds include only part of the background polygon, the area that needs repainting is really determined by the polygon.
    Syntax
    public override RectangleF ExpandPaintBounds( 
       RectangleF rect,
       GoView view
    )

    Parameters

    rect
    view

    Return Value

    a rectangle in document coordinates that includes the background object
    See Also