GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / OnPaint Method
Data provided by the System.Windows.Forms.Controls.Paint event
In This Topic
    OnPaint Method (GoRuler)
    In This Topic
    Draws the ruler bitmap and the cursors onto the control.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnPaint( 
       PaintEventArgs e
    )

    Parameters

    e
    Data provided by the System.Windows.Forms.Controls.Paint event
    See Also