5、ram name="borderWidth"> public void ClearPicBorder(int borderWidth) { for (int i = 0; i < bmpobj.Height; i++) { for (int j = 0; j < bmpobj.Width; j++) { if (i < borderWidth
6、
7、 j < borderWidth
8、
9、 j > bmpobj.W
10、idth - 1 - borderWidth
11、
12、 i > bmpobj.Height - 1 - borderWidth) bmpobj.SetPixel(j, i, Color.FromArgb(255, 255, 255)); } } } /// /// 灰度转换,逐行方式 /// public void GrayByLine() { Recta