fillRect

Draw a filled rectangle with an outline.

  1. void fillRect(V v, xy_t x1, xy_t y1, xy_t x2, xy_t y2, COLOR b)
  2. void fillRect(V v, xy_t x1, xy_t y1, xy_t x2, xy_t y2, COLOR c, COLOR b)
    void
    fillRect
    (
    bool CHECKED = true
    V
    COLOR
    )
    (
    auto ref V v
    ,,,,,
    COLOR c
    ,
    COLOR b
    )
    if (
    is(COLOR : ViewColor!V)
    )

Meta