fillRect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void fillRect(V v, int x1, int y1, int x2, int y2, COLOR b)
    nothrow @nogc
    void
    fillRect
    (
    bool CHECKED = true
    V
    COLOR
    )
    (
    auto ref V v
    ,
    int x1
    ,
    int y1
    ,
    int x2
    ,
    int y2
    ,
    COLOR b
    )
    if (
    is(COLOR : ViewColor!V)
    )
  2. void fillRect(V v, int x1, int y1, int x2, int y2, COLOR c, COLOR b)

Meta