You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Engine eng = new Engine();
eng.SetStatic(typeof(System.Drawing.Bitmap)).WithName("Bitmap");
eng.Interpret("bmp = Bitmap.create(100, 100)"); // <= Error - Parameter is not valid
I think it tries to use some other overload of the constructor
System.ArgumentException
HResult=0x80070057
Message=Parameter is not valid.
Source=System.Drawing
StackTrace:
at System.Drawing.Bitmap..ctor(String filename, Boolean useIcm)
This exception was originally thrown at this call stack:
System.Drawing.Bitmap.Bitmap(string, bool)
The text was updated successfully, but these errors were encountered:
Test code
I think it tries to use some other overload of the constructor
The text was updated successfully, but these errors were encountered: