I'm wondering if I have an image img and I do a Ctype(img, Bitmap), would the framework create another object in the memory? in another words, concerning the memory, would it be any different from doing this:
Dim bmp as New Bitmap(img)
Printable View
I'm wondering if I have an image img and I do a Ctype(img, Bitmap), would the framework create another object in the memory? in another words, concerning the memory, would it be any different from doing this:
Dim bmp as New Bitmap(img)