GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / Paint Method
In This Topic
    Paint Method (GoGrid)
    In This Topic
    Draw the grid, if the Style is not GoViewGridStyle.None.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    Remarks
    Note that if UnboundedSpots specifies any corner or side spots, IsUnbounded will be true, and this grid will paint arbitrarily far in the direction(s) specified.
    See Also