GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoControl Class / Paint Method
In This Topic
    Paint Method (GoControl)
    In This Topic
    Make sure the Control in the view exists and is positioned and sized correctly.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    This ignores the Shadowed property. Controls are not created for GoOverview views--instead they are drawn as light gray rectangles.
    See Also