GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / Paint Method
In This Topic
    Paint Method (GoSubGraph)
    In This Topic
    The background of the group is displayed as a rounded rectangle with a BackgroundColor and an Opacity, to make it easier to tell which nodes are part of which subgraph.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    This method calls PaintDecoration in order to draw the rounded rectangle, but only if PaintsDecoration returns true.
    See Also