mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update BitmapUtils.cs
This commit is contained in:
parent
24dcfdb2cc
commit
2edda2b710
|
@ -47,6 +47,8 @@ namespace WelsonJS
|
||||||
int width = bitmap.Width;
|
int width = bitmap.Width;
|
||||||
int height = bitmap.Height;
|
int height = bitmap.Height;
|
||||||
|
|
||||||
|
bitmap.Dispose();
|
||||||
|
|
||||||
return new int[] { width, height };
|
return new int[] { width, height };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user