QPainter.drawRect

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void drawRect(const(QRectF) rect)
    struct QPainter
    pragma(inline, true)
    void
    drawRect
    (
    ref const(QRectF) rect
    )
  2. void drawRect(int x, int y, int w, int h)
  3. void drawRect(const(QRect) r)

Meta