@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ImageBitmap")
public class ImageBitmap
extends JsObject
implements TexImageSource, Transferable
| Modifier | Constructor and Description |
|---|---|
protected |
ImageBitmap() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
The ImageBitmap.close() method disposes of all graphical resources associated with an ImageBitmap.
|
int |
height()
The read-only ImageBitmap.height property returns the ImageBitmap object's height in CSS pixels.
|
int |
width()
The read-only ImageBitmap.width property returns the ImageBitmap object's width in CSS pixels.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, is, isExtensible, isFrozen, isSealed, keys, preventExtensions, seal, setPrototypeOf, valueOf_, values@JsProperty(name="height") public int height()
@JsProperty(name="width") public int width()
public void close()