GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRulerMark Structure / GoRulerMark Constructor / GoRulerMark Constructor(Single,Single,Boolean,Color,Single)
between 0 and 1, inclusive; the value for Start
between 0 and 1, inclusive; the value for End
whether to draw the number; the value for Numbered
the color of the line; the value for Color
the width of the line; the value for Width
In This Topic
    GoRulerMark Constructor(Single,Single,Boolean,Color,Single)
    In This Topic
    Construct a GoRulerMark specifying both start and end fractions.
    Syntax
    public GoRulerMark( 
       float start,
       float end,
       bool numbered,
       Color color,
       float width
    )

    Parameters

    start
    between 0 and 1, inclusive; the value for Start
    end
    between 0 and 1, inclusive; the value for End
    numbered
    whether to draw the number; the value for Numbered
    color
    the color of the line; the value for Color
    width
    the width of the line; the value for Width
    See Also