QPainter.drawRoundRect

Undocumented in source.
  1. void drawRoundRect(const(QRectF) r, int xround, int yround)
    struct QPainter
    void
    drawRoundRect
    (
    ref const(QRectF) r
    ,
    int xround = 25
    ,
    int yround = 25
    )
  2. void drawRoundRect(int x, int y, int w, int h, int , int )
  3. void drawRoundRect(const(QRect) r, int xround, int yround)

Meta