QPainter.eraseRect

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

Meta