dart / 1 / dart-html / offscreencanvas / offscreencanvas.html

OffscreenCanvas factory constructor

OffscreenCanvas(int width, int height)

Source

@DomName('OffscreenCanvas.OffscreenCanvas')
@DocsEditable()
factory OffscreenCanvas(int width, int height) {
  return _blink.BlinkOffscreenCanvas.instance
      .constructorCallback_2_(width, height);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/OffscreenCanvas/OffscreenCanvas.html