I have the following code to scale an image but get the error: Getting an error : "bool" type used in a using statement must be implicitly convertible to "system.IDisposable'
with regard to the "using". What am I doing wrong?
I have the following code to scale an image but get the error: Getting an error : "bool" type used in a using statement must be implicitly convertible to "system.IDisposable'
with regard to the "using". What am I doing wrong?