GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBoxPort Class / Paint Method
In This Topic
    Paint Method (GoBoxPort)
    In This Topic
    Unlike most ports, this kind of port will draw a drop-shadow, if expected of the parent GoBoxNode.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    See Also