1
I have the following code in my application :
Bitmap original = new Bitmap("C:/Projeto/Imagens/antialiasing.jpg");
Graphics g = Graphics.FromImage(original);
g.DrawImage(original, 100, 100, 390, 390);
But the image is not being displayed on the screen original
. What should I do to show off.
Even if it was my doubt.
– Raphael Prado de Oliveira