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
Post a Comment