Roy*_*ang 12 .net c#
我在.Net 2.0中使用C#,我想读取PNG图像文件并检查第一行和第一列是否具有非透明像素.
我应该使用什么组件和/或类?
Pav*_*uva 22
System.Drawing.dll程序集中的Bitmap类:
Bitmap bitmap = new Bitmap(@"C:\image.png"); Color clr = bitmap.GetPixel(0, 0);
归档时间:
17 年,8 月 前
查看次数:
29926 次
最近记录:
15 年,10 月 前