Articles tagged: CanvasRenderingContext2D
Found 68 documents
- Web/API/CanvasRenderingContext2D To get an object of this interface, call getContext() on a canvas element, supplying "2d" as the ...
- Web/API/CanvasRenderingContext2D/addHitRegion The CanvasRenderingContext2D.addHitRegion() method of the Canvas 2D API adds a hit region to the ...
- Web/API/CanvasRenderingContext2D/arc The CanvasRenderingContext2D.arc() method of the Canvas 2D API adds an arc to the path which is ...
- Web/API/CanvasRenderingContext2D/arcTo The CanvasRenderingContext2D.arcTo() method of the Canvas 2D API adds an arc to the path with ...
- Web/API/CanvasRenderingContext2D/asyncDrawXULElement The non-standard and internal only CanvasRenderingContext2D.asyncDrawXULElement() method of the ...
- Web/API/CanvasRenderingContext2D/beginPath The CanvasRenderingContext2D.beginPath() method of the Canvas 2D API starts a new path by ...
- Web/API/CanvasRenderingContext2D/bezierCurveTo The CanvasRenderingContext2D.bezierCurveTo() method of the Canvas 2D API adds a cubic Bézier ...
- Web/API/CanvasRenderingContext2D/canvas The CanvasRenderingContext2D.canvas property is a read-only reference to the HTMLCanvasElement ...
- Web/API/CanvasRenderingContext2D/clearHitRegions The CanvasRenderingContext2D.clearHitRegions() method of the Canvas 2D API removes all hit ...
- Web/API/CanvasRenderingContext2D/clearRect The CanvasRenderingContext2D.clearRect() method of the Canvas 2D API sets all pixels in the ...
- Web/API/CanvasRenderingContext2D/clip The CanvasRenderingContext2D.clip() method of the Canvas 2D API turns the path currently being ...
- Web/API/CanvasRenderingContext2D/closePath The CanvasRenderingContext2D.closePath() method of the Canvas 2D API causes the point of the pen ...
- Web/API/CanvasRenderingContext2D/createImageData The CanvasRenderingContext2D.createImageData() method of the Canvas 2D API creates a new, blank ...
- Web/API/CanvasRenderingContext2D/createLinearGradient The CanvasRenderingContext2D.createLinearGradient() method of the Canvas 2D API creates a ...
- Web/API/CanvasRenderingContext2D/createPattern The CanvasRenderingContext2D.createPattern() method of the Canvas 2D API creates a pattern using ...
- Web/API/CanvasRenderingContext2D/createRadialGradient The CanvasRenderingContext2D.createRadialGradient() method of the Canvas 2D API creates a radial ...
- Web/API/CanvasRenderingContext2D/currentTransform The CanvasRenderingContext2D.currentTransform property of the Canvas 2D API returns or sets an ...
- Web/API/CanvasRenderingContext2D/direction The CanvasRenderingContext2D.direction property of the Canvas 2D API specifies the current text ...
- Web/API/CanvasRenderingContext2D/drawFocusIfNeeded The CanvasRenderingContext2D.drawFocusIfNeeded() method of the Canvas 2D API draws a focus ring ...
- Web/API/CanvasRenderingContext2D/drawImage The CanvasRenderingContext2D.drawImage() method of the Canvas 2D API provides different ways to ...
- Web/API/CanvasRenderingContext2D/drawWidgetAsOnScreen The non-standard and internal only CanvasRenderingContext2D.drawWidgetAsOnScreen() method of the ...
- Web/API/CanvasRenderingContext2D/drawWindow The non-standard and internal only CanvasRenderingContext2D.drawWindow() method of the Canvas 2D ...
- Web/API/CanvasRenderingContext2D/ellipse The CanvasRenderingContext2D.ellipse() method of the Canvas 2D API adds an ellipse to the path ...
- Web/API/CanvasRenderingContext2D/fill The CanvasRenderingContext2D.fill() method of the Canvas 2D API fills the current or given path ...
- Web/API/CanvasRenderingContext2D/fillRect The CanvasRenderingContext2D.fillRect() method of the Canvas 2D API draws a filled rectangle at ...
- Web/API/CanvasRenderingContext2D/fillStyle The CanvasRenderingContext2D.fillStyle property of the Canvas 2D API specifies the color or ...
- Web/API/CanvasRenderingContext2D/fillText The CanvasRenderingContext2D.fillText() method of the Canvas 2D API fills a given text at the ...
- Web/API/CanvasRenderingContext2D/filter The CanvasRenderingContext2D.filter property of the Canvas 2D API provides filter effects like ...
- Web/API/CanvasRenderingContext2D/font The CanvasRenderingContext2D.font property of the Canvas 2D API specifies the current text style ...
- Web/API/CanvasRenderingContext2D/getImageData The CanvasRenderingContext2D.getImageData() method of the Canvas 2D API returns an ImageData ...
- Web/API/CanvasRenderingContext2D/getLineDash The CanvasRenderingContext2D.getLineDash() method of the Canvas 2D API gets the current line ...
- Web/API/CanvasRenderingContext2D/globalAlpha The CanvasRenderingContext2D.globalAlpha property of the Canvas 2D API specifies the alpha value ...
- Web/API/CanvasRenderingContext2D/globalCompositeOperation The CanvasRenderingContext2D.globalCompositeOperation property of the Canvas 2D API sets the ...
- Web/API/CanvasRenderingContext2D/imageSmoothingEnabled The CanvasRenderingContext2D.imageSmoothingEnabled property of the Canvas 2D API can be set to ...
- Web/API/CanvasRenderingContext2D/isPointInPath The CanvasRenderingContext2D.isPointInPath() method of the Canvas 2D API reports whether or not ...
- Web/API/CanvasRenderingContext2D/isPointInStroke The CanvasRenderingContext2D.isPointInStroke() method of the Canvas 2D API reports whether or ...
- Web/API/CanvasRenderingContext2D/lineCap The CanvasRenderingContext2D.lineCap property of the Canvas 2D API determines how the end points ...
- Web/API/CanvasRenderingContext2D/lineDashOffset The CanvasRenderingContext2D.lineDashOffset property of the Canvas 2D API sets the line dash ...
- Web/API/CanvasRenderingContext2D/lineJoin The CanvasRenderingContext2D.lineJoin property of the Canvas 2D API determines how two ...
- Web/API/CanvasRenderingContext2D/lineTo The CanvasRenderingContext2D.lineTo() method of the Canvas 2D API connects the last point in the ...
- Web/API/CanvasRenderingContext2D/lineWidth The CanvasRenderingContext2D.lineWidth property of the Canvas 2D API sets the thickness of lines ...
- Web/API/CanvasRenderingContext2D/measureText The CanvasRenderingContext2D.measureText() method returns a TextMetrics object that contains ...
- Web/API/CanvasRenderingContext2D/miterLimit The CanvasRenderingContext2D.miterLimit property of the Canvas 2D API sets the miter limit ratio ...
- Web/API/CanvasRenderingContext2D/moveTo The CanvasRenderingContext2D.moveTo() method of the Canvas 2D API moves the starting point of a ...
- Web/API/CanvasRenderingContext2D/putImageData The CanvasRenderingContext2D.putImageData() method of the Canvas 2D API paints data from the ...
- Web/API/CanvasRenderingContext2D/quadraticCurveTo The CanvasRenderingContext2D.quadraticCurveTo() method of the Canvas 2D API adds a quadratic ...
- Web/API/CanvasRenderingContext2D/rect The CanvasRenderingContext2D.rect() method of the Canvas 2D API creates a path for a rectangle ...
- Web/API/CanvasRenderingContext2D/removeHitRegion The CanvasRenderingContext2D.removeHitRegion() method of the Canvas 2D API removes a given hit ...
- Web/API/CanvasRenderingContext2D/resetTransform The CanvasRenderingContext2D.resetTransform() method of the Canvas 2D API resets the current ...
- Web/API/CanvasRenderingContext2D/restore The CanvasRenderingContext2D.restore() method of the Canvas 2D API restores the most recently ...
- Web/API/CanvasRenderingContext2D/rotate The CanvasRenderingContext2D.rotate() method of the Canvas 2D API adds a rotation to the ...
- Web/API/CanvasRenderingContext2D/save The CanvasRenderingContext2D.save() method of the Canvas 2D API saves the entire state of the ...
- Web/API/CanvasRenderingContext2D/scale The CanvasRenderingContext2D.scale() method of the Canvas 2D API adds a scaling transformation ...
- Web/API/CanvasRenderingContext2D/scrollPathIntoView The CanvasRenderingContext2D.scrollPathIntoView() method of the Canvas 2D API scrolls the ...
- Web/API/CanvasRenderingContext2D/setLineDash The CanvasRenderingContext2D.setLineDash() method of the Canvas 2D API sets the line dash pattern.
- Web/API/CanvasRenderingContext2D/setTransform The CanvasRenderingContext2D.setTransform() method of the Canvas 2D API resets (overrides) the ...
- Web/API/CanvasRenderingContext2D/shadowBlur The CanvasRenderingContext2D.shadowBlur property of the Canvas 2D API specifies the level of the ...
- Web/API/CanvasRenderingContext2D/shadowColor The CanvasRenderingContext2D.shadowColor property of the Canvas 2D API specifies the color of ...
- Web/API/CanvasRenderingContext2D/shadowOffsetX The CanvasRenderingContext2D.shadowOffsetX property of the Canvas 2D API specifies the distance ...
- Web/API/CanvasRenderingContext2D/shadowOffsetY The CanvasRenderingContext2D.shadowOffsetY property of the Canvas 2D API specifies the distance ...
- Web/API/CanvasRenderingContext2D/stroke The CanvasRenderingContext2D.stroke() method of the Canvas 2D API strokes the current or given ...
- Web/API/CanvasRenderingContext2D/strokeRect The CanvasRenderingContext2D.strokeRect() method of the Canvas 2D API paints a rectangle which ...
- Web/API/CanvasRenderingContext2D/strokeStyle The CanvasRenderingContext2D.strokeStyle property of the Canvas 2D API specifies the color or ...
- Web/API/CanvasRenderingContext2D/strokeText The CanvasRenderingContext2D.strokeText() method of the Canvas 2D API strokes a given text at ...
- Web/API/CanvasRenderingContext2D/textAlign The CanvasRenderingContext2D.textAlign property of the Canvas 2D API specifies the current text ...
- Web/API/CanvasRenderingContext2D/textBaseline The CanvasRenderingContext2D.textBaseline property of the Canvas 2D API specifies the current ...
- Web/API/CanvasRenderingContext2D/transform The CanvasRenderingContext2D.transform() method of the Canvas 2D API multiplies the current ...
- Web/API/CanvasRenderingContext2D/translate The CanvasRenderingContext2D.translate() method of the Canvas 2D API adds a translation ...