vline

Draw a vertical line.

  1. void vline(V v, xy_t x, xy_t y1, xy_t y2, COLOR c)
    void
    vline
    (
    bool CHECKED = true
    V
    COLOR
    )
    (
    auto ref V v
    ,,,,
    COLOR c
    )
    if (
    is(COLOR : ViewColor!V)
    )
  2. void vline(V v, xy_t x, xy_t y1, xy_t y2, COLOR color, frac alpha)

Meta