Package elemental2.dom
Interface ImageBitmap
@JsType(isNative=true,
namespace="<global>")
public interface ImageBitmap
-
Method Summary
-
Method Details
-
close
void close() -
getHeight
@JsProperty int getHeight() -
getWidth
@JsProperty int getWidth()
-