次の 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));