QPainter.drawRect

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

Meta