GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGroup Class / Paint Method
In This Topic
    Paint Method (GoGroup)
    In This Topic
    Painting a group just paints all of its children.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    This method paints first the first child in the group's ordered list. This calls GoObject.GoObject.CanView to decide if the child should be painted. When GoView.GoView.IsPrinting is true, it calls GoObject.GoObject.CanPrint instead of GoObject.CanView to decide about calling the GoObject's GoObject.Paint method.
    See Also