MCPcopy Create free account
hub / github.com/apache/cloudstack / getImageData

Method getImageData

systemvm/agent/noVNC/core/display.js:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 }
222
223 getImageData() {
224 return this._drawCtx.getImageData(0, 0, this.width, this.height);
225 }
226
227 toDataURL(type, encoderOptions) {
228 return this._backbuffer.toDataURL(type, encoderOptions);

Callers 1

resizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected