Answer the question
In order to leave comments, you need to log in
How to disable blur when using image zoom in a pictureBox in VS?
There is a picture 10x9: .
When loading it into a PictureBox in VS and including sizeMode = StretchImage or Zoom, the picture is blurry. How to get rid of this effect? How to disable blur?
That is, we get this in the picture:
but we need something like this:
Answer the question
In order to leave comments, you need to log in
This is due to interpolation. You can get rid of it if you use a vector image instead of a bitmap.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question