List of All Members for Canvas2DContext
This is the complete list of members for Canvas2DContext, including inherited members.
- antialias : real
- canvas : Canvas2D
- fillStyle : variant
- font : string
- globalAlpha : real
- globalBrightness : real
- globalCompositeOperation : string
- globalContrast : real
- globalSaturate : real
- lineCap : string
- lineJoin : string
- lineWidth : real
- miterLimit : real
- strokeStyle : variant
- textAlign : string
- textBaseline : string
- 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 beginPath()
- 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 clearRect(real x, real y, real w, real h)
- object clipRect(real x, real y, real width, real height)
- object closePath()
- object createBoxGradient(real x, real y, real width, real height, real feather, real radius)
- object createBoxShadow(real x, real y, real width, real height, real blur, string color, real radius)
- object createBoxShadow(real x, real y, real width, real height, real blur, string color, real radiusTopLeft, real radiusTopRight, real radiusBottomRight, real radiusBottomLeft)
- object createConicalGradient(real x, real y, real angle)
- object createGridPattern(real x, real y, real width, real height, string lineColor, string backgroundColor, real lineWidth, real feather, real angle)
- object createLinearGradient(real x0, real y0, real x1, real y1)
- object createPath2D()
- object createPath2D(Path2D path)
- object createPath2D(string svgPath)
- object createPattern(Image image, string repetition)
- object createRadialGradient(real x0, real y0, real r0, real x1, real y1, real r1)
- object drawBoxShadow(shadow)
- object drawImage(variant image, real dx, real dy)
- object drawImage(variant image, real dx, real dy, real dw, real dh)
- object drawImage(variant image, real sx, real sy, real sw, real sh, real dx, real dy, real dw, real dh)
- object ellipse(real centerX, real centerY, real radiusX, real radiusY)
- object ellipseRect(real x, real y, real w, real h)
- object fill()
- object fill(Canvas2DPath2D path)
- object fillRect(real x, real y, real w, real h)
- object fillText(text, x, y)
- object lineTo(real x, real y)
- object measureText(text)
- 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 reset()
- object resetClipping()
- object resetTransform()
- object restore()
- object rotate(real angle)
- 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)
- object save()
- object scale(real sxy)
- object scale(real sx, real sy)
- object setTransform(real a, real b, real c, real d, real e, real f)
- object skew(real sh, real sv)
- object stroke()
- object stroke(Canvas2DPath2D path)
- object strokeRect(real x, real y, real w, real h)
- object strokeText(text, x, y)
- object transform(real a, real b, real c, real d, real e, real f)
- object translate(real x, real y)
© 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.