QPainterPath.cubicTo

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void cubicTo(const(QPointF) ctrlPt1, const(QPointF) ctrlPt2, const(QPointF) endPt)
  2. void cubicTo(qreal ctrlPt1x, qreal ctrlPt1y, qreal ctrlPt2x, qreal ctrlPt2y, qreal endPtx, qreal endPty)
    struct QPainterPath

Meta