Files
lime/externs/air/flash/html/HTMLBitmap.hx
2019-02-14 08:41:20 -08:00

7 lines
102 B
Haxe

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