GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoHandle Class / Paint Method
In This Topic
    Paint Method (GoHandle)
    In This Topic
    Draw this handle according to the handle's style.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    Handles never have shadows, but their outlines and fills can be specified by the GoShape.Pen and GoShape.Brush properties. Hollow handles (those with a GoObject.NoHandle HandleID), should have no GoShape.Brush.
    See Also