R
Ray Martin
What the difference and advantages of using:
dim MyImage as Image = Image.Fromfile("sample.jpg")
vs
dim MyImage as new bitmap("sample.jpg")
Both seem to work fine.
dim MyImage as Image = Image.Fromfile("sample.jpg")
vs
dim MyImage as new bitmap("sample.jpg")
Both seem to work fine.