Is there a way to set the graphics resampling quality without having to override the paint() method?

Some more context would be helpful.

Can only guess that you might be using ImageButton?

And again can only guess that you’re using Windows?

If both those are true then the answer is, yes, you will need to override the paint method, further more you will have to use some other method to rescale the image as by design Windows image scaling is garbage.

1 Like