C#透明图像以上2张图片

时间:2013-12-16 15:58:33

标签: c# winforms image png transparent

我为我的新MP3播放器制作了一个播放栏,但我有一个问题,如附件所示 这是我的简单代码:

 public void setpercent(int percent)
     {
         pic1.Width = pic2.Width / 100 * percent;
         pic3.Left = pic1.Width - ( pic3.Width /2); 

     }

我想使用Graphics但我无法移动它。 在这种情况下,“。Parent”的方法不起作用。

enter image description here

0 个答案:

没有答案