Results 161 - 180 of 1,752

CanvasRenderingContext2D.restore()

The CanvasRenderingContext2D.restore() method of the Canvas 2D API restores the most recently saved canvas state by popping the top entry in the drawing state stack. If there is no saved state, this method does nothing.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.rotate()

The CanvasRenderingContext2D.rotate() method of the Canvas 2D API adds a rotation to the transformation matrix. The angle argument represents a clockwise rotation angle and is expressed in radians.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.save()

The CanvasRenderingContext2D.save() method of the Canvas 2D API saves the entire state of the canvas by pushing the current state onto a stack.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.scale()

The CanvasRenderingContext2D.scale() method of the Canvas 2D API adds a scaling transformation to the canvas units by x horizontally and by y vertically.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.setTransform()

The CanvasRenderingContext2D.setTransform() method of the Canvas 2D API resets (overrides) the current transformation to the identity matrix and then invokes a transformation described by the arguments of this method.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.shadowOffsetX

The CanvasRenderingContext2D.shadowOffsetX property of the Canvas 2D API specifies the distance that the shadow will be offset in horizontal distance.
API Canvas CanvasRenderingContext2D Property Reference Référence

CanvasRenderingContext2D.shadowOffsetY

The CanvasRenderingContext2D.shadowOffsetY property of the Canvas 2D API specifies the distance that the shadow will be offset in vertical distance.
API Canvas CanvasRenderingContext2D Property Reference Référence

CanvasRenderingContext2D.stroke()

The CanvasRenderingContext2D.stroke() method of the Canvas 2D API strokes the current or given path with the current stroke style using the non-zero winding rule.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.strokeRect()

The CanvasRenderingContext2D.strokeRect() method of the Canvas 2D API paints a rectangle which has a starting point at (x, y) and has a w width and an h height onto the canvas, using the current stroke style.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.strokeText()

The CanvasRenderingContext2D.strokeText() method of the Canvas 2D API strokes a given text at the given (x, y) position. If the optional fourth parameter for a maximum width is provided, the text will be scaled to fit that width.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.textAlign

The CanvasRenderingContext2D.textAlign property of the Canvas 2D API specifies the current text alignment being used when drawing text. Beware that the alignment is base on the x value of the CanvasRenderingContext2D.fillText method. So if textAlign="center", then the text would be drawn at x-50%*width.
API Canvas CanvasRenderingContext2D Property Reference Référence

CanvasRenderingContext2D.textBaseline

The CanvasRenderingContext2D.textBaseline property of the Canvas 2D API specifies the current text baseline being used when drawing text.
API Canvas CanvasRenderingContext2D Property Reference Référence

CanvasRenderingContext2D.transform()

The CanvasRenderingContext2D.transform() method of the Canvas 2D API multiplies the current transformation with the matrix described by the arguments of this method. You are able to scale, rotate, move and skew the context.
API Canvas CanvasRenderingContext2D Method Reference Référence

CanvasRenderingContext2D.translate()

The CanvasRenderingContext2D.translate() method of the Canvas 2D API adds a translation transformation by moving the canvas and its origin x horizontally and y vertically on the grid.
API Canvas CanvasRenderingContext2D Method Reference Référence

Crypto

The Crypto interface represents basic cryptography features available in the current context. It allows access to a cryptographically strong random number generator and to cryptographic primitives.
API Interface Reference Référence Web Crypto API

CryptoKey

The CryptoKey interface represents a cryptographic key derived from a specific key algorithm.
API Interface Reference Référence Web Crypto API

CSS Font Loading API

The CSS Font Loading API provides events and interfaces for dynamically loading font resources.
API CSSFontLoading Experimental Fonts NeedsContent Reference Référence

CSSRuleList

A CSSRuleList is an (indirect-modify only) array-like object containing an ordered collection of CSSRule objects.
API CSSOM Interface NeedsBrowserCompatibility NeedsCompatTable Reference Référence

CustomEvent()

The CustomEvent() constructor creates a new CustomEvent.
API Constructor CustomEvent Events events Reference Référence