[FIELDSET][LEGEND]引自:1楼[/LEGEND]
读者朋友:
您好,在Default.aspx.cs代码文件中,把imgBtnWaterWZ_Click事件代码中的imagePic.ImageUrl的值中的Server.MapPath去掉,同时把treeList_SelectedNodeChanged事件代码中的imagePic.ImageUrl的值中的temp\去掉。
[/FIELDSET]
回复:请问下面这儿行代码是用来设置图片透明度的么?
ImageAttributes ia = new ImageAttributes();
ia.SetColorKey(sbitmap.GetPixel(20, 20), sbitmap.GetPixel(20, 20));
为什么我用了没什么效果呢?