Articles tagged: HTMLCanvasElement
Found 10 documents
- Web/API/HTMLCanvasElement/captureStream The HTMLCanvasElement.captureStream() method returns a CanvasCaptureMediaStream that is a ...
- Web/API/HTMLCanvasElement/getContext The HTMLCanvasElement.getContext() method returns a drawing context on the canvas, or null if ...
- Web/API/HTMLCanvasElement/height The HTMLCanvasElement.height property is a positive integer reflecting the height HTML attribute ...
- Web/API/HTMLCanvasElement/mozFetchAsStream The HTMLCanvasElement.mozFetchAsStream() internal method used to create a new input stream that, ...
- Web/API/HTMLCanvasElement/mozGetAsFile The HTMLCanvasElement.mozGetAsFille() method returns a File object representing the image ...
- Web/API/HTMLCanvasElement/mozOpaque The HTMLCanvasElement.mozOpaque property is a Boolean reflecting the moz-opaque HTML attribute ...
- Web/API/HTMLCanvasElement/toBlob The HTMLCanvasElement.toBlob() method creates a Blob object representing the image contained in ...
- Web/API/HTMLCanvasElement/toDataURL The HTMLCanvasElement.toDataURL() method returns a data URI containing a representation of the ...
- Web/API/HTMLCanvasElement/transferControlToOffscreen The HTMLCanvasElement.transferControlToOffscreen() method transfers control to an ...
- Web/API/HTMLCanvasElement/width The HTMLCanvasElement.width property is a positive integer reflecting the width HTML attribute ...