使用VS2019 制作完成于2021年11月12日
指定图片一种颜色透明:
名字.MakeTransparent(Color.要透明的颜色)
bm.MakeTransparent (color.Black)
把某个颜色改为透明(例:黑色改为透明)
Image image = Properties.Resources.Boss;
Bitmap bm = properties.Resources.EXP4
g.DrawImage(bm,150,150);
#region
#endregion: 收缩代码, 方便管理。