Open
Description
This guy:
PictureBox
doesn't accept an InterpolationMode
though. This SO answer suggests subclassing it and overriding OnPaint
to mutate the Graphics
before calling the base method. Don't forget to set PixelOffsetMode = Half
too if you go ahead with this.