我有以下 3 张图片,并想用它们来绘制我的应用程序的背景。
但是当我通过扩大中心活页夹来绘制它时,我得到了以下带有渐变的结果。有没有办法解决这个问题?
g.DrawImage(Resources.Resource.RingBinderTop, new Rectangle((this.Size.Width - 49) / 2, 9, 49, 11));
g.DrawImage(Resources.Resource.RingBinder, new Rectangle((this.Size.Width - 49) / 2, 20, 49, this.Size.Height - 33));
g.DrawImage(Resources.Resource.RingBinderBottom, new Rectangle((this.Size.Width - 49) / 2, this.Size.Height - 20, 49, 11));