QPainter.drawLine

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void drawLine(const(QLineF) l)
  2. void drawLine(const(QLine) line)
  3. void drawLine(int x1, int y1, int x2, int y2)
    struct QPainter
    pragma(inline, true)
    void
    drawLine
    (
    int x1
    ,
    int y1
    ,
    int x2
    ,
    int y2
    )
  4. void drawLine(const(QPoint) p1, const(QPoint) p2)
  5. void drawLine(const(QPointF) p1, const(QPointF) p2)

Meta