c# - Resize bitmap like in MS Paint -


Let me resize in MS paint like BMP needs to be resized - someone who is not antialiasing Also how to do it in C # or VB.net?

You can use the image GETThumbnailImage method. I do not know about this.

Edit : I was thinking of thumbnail images using it in a project recently. But you are normally asking for size change. The result of this method can not be in good quality size.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -