17,748
社区成员
发帖
与我相关
我的任务
分享private void form_Load()
{
bit=new Bitmap("“你的图片名字”.png");
bit.MakeTransparent(Color.Blue);
protect override void OnPaint()
{
e.Graphics.DrawImage((Image)bit,new Point(0,0));
}
}
[/quote]
OnPaint有一个类吧?
private void form_Load()
{
bit=new Bitmap("“你的图片名字”.png");
bit.MakeTransparent(Color.Blue);
protect override void OnPaint()
{
e.Graphics.DrawImage((Image)bit,new Point(0,0));
}
}


没人知道么?