ImageBitmap

ImageBitmap

package js-html

Available on js

The ImageBitmap interface represents a bitmap image which can be drawn to a canvas without undue latency. It can be created from a variety of source objects using the createImageBitmap() factory method. ImageBitmap provides an asynchronous and resource efficient pathway to prepare textures for rendering in WebGL.

Documentation ImageBitmap by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only height:Int

Is an unsigned long representing the height, in CSS pixels, of the ImageData.

read only width:Int

Is an unsigned long representing the width, in CSS pixels, of the ImageData.

Methods

close ():Void

Disposes of all graphical resources associated with an ImageBitmap.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/ImageBitmap.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部