GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / DrawMark Method
the GoRulerMark describing this kind of mark
the position at which to draw the line
In This Topic
    DrawMark Method
    In This Topic
    Draw a particular tick mark on the ruler, as described by a GoRulerMark.
    Syntax
    protected virtual void DrawMark( 
       Graphics g,
       GoRulerMark rm,
       double number
    )

    Parameters

    g
    rm
    the GoRulerMark describing this kind of mark
    number
    the position at which to draw the line
    See Also