JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Search
Help
elemental2.dom
ImageBitmap
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
close()
getHeight()
getWidth()
Interface ImageBitmap
@JsType(isNative=true, namespace="<global>")
public interface
ImageBitmap
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
close
()
int
getHeight
()
int
getWidth
()
Method Details
close
void
close
()
getHeight
@JsProperty
int
getHeight
()
getWidth
@JsProperty
int
getWidth
()