Files
lime/externs/air/flash/html/HTMLBitmap.hx
2017-08-24 12:50:13 -07:00

6 lines
106 B
Haxe

package flash.html;
extern class HTMLBitmap {
function new(bitmap : flash.display.BitmapData) : Void;
}