GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoGrid Class / DrawGridCrosses Method
how long the lines of each cross should be
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
    DrawGridCrosses Method
    In This Topic
    Draw small crosses at the grid points.
    Syntax
    protected virtual void DrawGridCrosses( 
       Graphics g,
       GoView view,
       SizeF cross,
       RectangleF clipRect
    )

    Parameters

    g
    view
    cross
    how long the lines of each cross should be
    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