QPainter.drawEllipse

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void drawEllipse(const(QRectF) r)
  2. void drawEllipse(const(QRect) r)
  3. void drawEllipse(int x, int y, int w, int h)
  4. void drawEllipse(const(QPointF) center, qreal rx, qreal ry)
    struct QPainter
    pragma(inline, true)
    void
    drawEllipse
    (
    ref const(QPointF) center
    ,,)
  5. void drawEllipse(const(QPoint) center, int rx, int ry)

Meta