List of All Members for Canvas2DPath2D

This is the complete list of members for Canvas2DPath2D, including inherited members.

  • object addPath(var path)
  • object arc(real x, real y, real radius, real startAngle, real endAngle, bool anticlockwise)
  • object arcTo(real x1, real y1, real x2, real y2, real radius)
  • object beginHoleSubPath()
  • object beginSolidSubPath()
  • object bezierCurveTo(real cp1x, real cp1y, real cp2x, real cp2y, real x, real y)
  • object circle(real centerX, real centerY, real radius)
  • object clear()
  • object closePath()
  • object ellipse(real centerX, real centerY, real radiusX, real radiusY)
  • object ellipseRect(real x, real y, real w, real h)
  • bool isEmpty()
  • object lineTo(real x, real y)
  • object moveTo(real x, real y)
  • object quadraticCurveTo(real cpx, real cpy, real x, real y)
  • object rect(real x, real y, real w, real h)
  • object roundRect(real x, real y, real w, real h, real radius)
  • object roundRect(real x, real y, real w, real h, real radiusTopLeft, real radiusTopRight, real radiusBottomRight, real radiusBottomLeft)
  • object roundedRect(real x, real y, real w, real h, real xRadius, real yRadius)

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.