//获取某一像素点颜色Bitmap bmp = Image.FromFile("1.bmp");Color c = bmp.GetPixel(_x,_y);//赋予某一像素点颜色同理,SetPixel方法