GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / DrawGridLines 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
    DrawGridLines Method
    In This Topic
    Draw continuous lines for the grids.
    Syntax
    protected virtual void DrawGridLines( 
       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
    See Also