QPainter.drawPicture

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void drawPicture(const(QPointF) p, const(QPicture) picture)
  2. void drawPicture(int x, int y, const(QPicture) p)
    struct QPainter
    version(!QT_NO_PICTURE)
    pragma(inline, true)
    void
    drawPicture
    (
    int x
    ,
    int y
    ,
    ref const(QPicture) p
    )
  3. void drawPicture(const(QPoint) pt, const(QPicture) p)

Meta