List of All Members for Context2D
This is the complete list of members for Context2D, including inherited members.
- canvas : QtQuick::Canvas
 - fillRule : enumeration
 - fillStyle : variant
 - font : string
 - globalAlpha : real
 - globalCompositeOperation : string
 - lineCap : string
 - lineDashOffset : real
 - lineJoin : string
 - lineWidth : real
 - miterLimit : real
 - shadowBlur : real
 - shadowColor : string
 - shadowOffsetX : qreal
 - shadowOffsetY : qreal
 - 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 beginPath()
 - object bezierCurveTo(real cp1x, real cp1y, real cp2x, real cp2y, real x, real y)
 - object clearRect(real x, real y, real w, real h)
 - object clip()
 - object closePath()
 - object createConicalGradient(real x, real y, real angle)
 - CanvasImageData createImageData(Url imageUrl)
 - CanvasImageData createImageData(CanvasImageData imageData)
 - CanvasImageData createImageData(real sw, real sh)
 - object createLinearGradient(real x0, real y0, real x1, real y1)
 - variant createPattern(Image image, string repetition)
 - variant createPattern(color color, enumeration patternMode)
 - object createRadialGradient(real x0, real y0, real r0, real x1, real y1, real r1)
 - drawImage(variant image, real sx, real sy, real sw, real sh, real dx, real dy, real dw, real dh)
 - drawImage(variant image, real dx, real dy, real dw, real dh)
 - drawImage(variant image, real dx, real dy)
 - object ellipse(real x, real y, real w, real h)
 - object fill()
 - object fillRect(real x, real y, real w, real h)
 - object fillText(text, x, y)
 - CanvasImageData getImageData(real x, real y, real w, real h)
 - array getLineDash()
 - object isPointInPath(real x, real y)
 - object lineTo(real x, real y)
 - object measureText(text)
 - object moveTo(real x, real y)
 - object putImageData(CanvasImageData imageData, real dx, real dy, real dirtyX, real dirtyY, real dirtyWidth, real dirtyHeight)
 - object quadraticCurveTo(real cpx, real cpy, real x, real y)
 - object rect(real x, real y, real w, real h)
 - object reset()
 - object resetTransform()
 - object restore()
 - object rotate(real angle)
 - object roundedRect(real x, real y, real w, real h, real xRadius, real yRadius)
 - object save()
 - object scale(real x, real y)
 - setLineDash(array pattern)
 - object setTransform(real a, real b, real c, real d, real e, real f)
 - object shear(real sh, real sv)
 - object stroke()
 - object strokeRect(real x, real y, real w, real h)
 - object strokeText(text, x, y)
 - object text(string text, real x, real y)
 - object transform(real a, real b, real c, real d, real e, real f)
 - object translate(real x, real y)