1 Bitmap pic = Image.FromFile("aa.png") as Bitmap;
2 Bitmap pic = new Bitmap(GetType(), "aa.png");
3 Bitmap pic = new Bitmap("aa.png");