How do I make a PictureBox use Nearest Neighbor resampling?

后端 未结 4 1259
你的背包
你的背包 2020-12-10 00:58

I am using StretchImage because the box is resizable with splitters. It looks like the default is some kind of smooth bilinear filtering, causing my image to be blurry and h

4条回答
  •  时光取名叫无心
    2020-12-10 01:30

    I suspect you're going to have to do the resizing manually thru the Image class and DrawImage function and respond to the resize events on the PictureBox.

提交回复
热议问题