QPainter.translate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void translate(const(QPointF) offset)
  2. void translate(const(QPoint) offset)
    struct QPainter
    pragma(inline, true)
    void
    translate
    (
    ref const(QPoint) offset
    )
  3. void translate(qreal dx, qreal dy)

Meta