GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollapsibleHandle Class / Paint Method
In This Topic
    Paint Method (GoCollapsibleHandle)
    In This Topic
    Draw a plus/minus/zero inside a rectangle.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    If Bordered is true, this draws a rounded rectangle. Then it calls PaintHandle.
    See Also