在使用picturebox调用imagelist中图片时一直很模糊,开始以为是picturebox的大小设置问题,后来才知道原来是ColorDepth设置值过低,修改为Depth32Bit,同时上传的到imageslist的图片的大小和imagesize相匹配。picturebox需要显示的图片大小不固定的话,可以使用多个imageslist 。
原文地址:https://www.cnblogs.com/KnightCHN/p/8143743.html
时间: 2024-10-14 19:32:55