GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / DrawCursors Method
Graphics data provided by the System.Windows.Forms.Controls.Paint event.
In This Topic
    DrawCursors Method
    In This Topic
    Draws the collection of GoRulerCursor onto the ruler.
    Syntax
    protected virtual void DrawCursors( 
       Graphics g
    )

    Parameters

    g
    Graphics data provided by the System.Windows.Forms.Controls.Paint event.
    See Also