Fix BitmapData issues for HL

This commit is contained in:
Joshua Granick
2019-04-10 16:26:03 -07:00
parent 29f9509f9d
commit 40ccd22c79
5 changed files with 33 additions and 22 deletions

View File

@@ -16,6 +16,7 @@ namespace lime {
double x;
double y;
Rectangle ();
Rectangle (double x, double y, double width, double height);
Rectangle (value rect);