getContextAttributes method

  1. @DomName('CanvasRenderingContext2D.getContextAttributes')
  2. @DocsEditable()
  3. @Experimental()
Map getContextAttributes ()

Implementation

@DomName('CanvasRenderingContext2D.getContextAttributes')
@DocsEditable()
// http://wiki.whatwg.org/wiki/CanvasOpaque#Suggested_IDL
@Experimental()
Map getContextAttributes() {
  return convertNativeToDart_Dictionary(_getContextAttributes_1());
}