GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / ExpandPaintBounds Method
In This Topic
    ExpandPaintBounds Method (GoShape)
    In This Topic
    The expanded paint bounds for a shape includes any Pen width and miter limit and any drop shadow.
    Syntax
    public override RectangleF ExpandPaintBounds( 
       RectangleF rect,
       GoView view
    )

    Parameters

    rect
    view
    See Also