7 lines
102 B
Haxe
7 lines
102 B
Haxe
package flash.html;
|
|
|
|
extern class HTMLBitmap
|
|
{
|
|
function new(bitmap:flash.display.BitmapData):Void;
|
|
}
|