hline

Draw a horizontal line.

  1. void hline(V v, xy_t x1, xy_t x2, xy_t y, COLOR c)
    void
    hline
    (
    bool CHECKED = true
    V
    COLOR
    )
    (
    auto ref V v
    ,,,,
    COLOR c
    )
    if (
    is(COLOR : ViewColor!V)
    )
  2. void hline(V v, xy_t x1, xy_t x2, xy_t y, COLOR color, frac alpha)

Meta