dart / 1 / dart-html / canvasrenderingcontext2d / restore.html

restore method

  1. @DomName('CanvasRenderingContext2D.restore')
  2. @DocsEditable()
void restore()

Source

@DomName('CanvasRenderingContext2D.restore')
@DocsEditable()
void restore() =>
    _blink.BlinkCanvasRenderingContext2D.instance.restore_Callback_0_(this);

© 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/CanvasRenderingContext2D/restore.html