摘要: label1.BackColor = Color.Transparent;//设置背景颜色为透明 label1.Parent = pictureBox1;//将pictureBox1设为标签的父控件,也可以设置其他控件作为父类 //pictureBox1.Controls.Add(label1);/ 阅读全文
posted @ 2021-05-10 08:56 勿_忘 阅读(906) 评论(0) 推荐(0)