GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / Paint Method
In This Topic
    Paint Method (GoListGroup)
    In This Topic
    In addition to painting all of the children, this method also draws lines using LinePen between each child and BorderPen around them all.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    This calls PaintDecoration. Painting of the child objects may be clipped to the border if Clipping is true.
    See Also