GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / FillGrid Method
the area in document coordinates that needs to be painted; this is used to optimize the drawing by not trying to draw anything that is clearly outside of this clipping rectangle
In This Topic
    FillGrid Method
    In This Topic
    Fill the cells of the grid according to the colors given by CellColors.
    Syntax
    protected virtual void FillGrid( 
       Graphics g,
       GoView view,
       RectangleF clipRect
    )

    Parameters

    g
    view
    clipRect
    the area in document coordinates that needs to be painted; this is used to optimize the drawing by not trying to draw anything that is clearly outside of this clipping rectangle
    Remarks
    If CellColors has either zero width or zero height, this draws no cell colors. A color that is Color.Empty draws nothing for that cell.
    See Also