Hi,
I am trying to draw a large image(2048x2048) on a surface using Graphics.DrawImage.
The problem that I am having is that there is no image shown on the surface.
But if I reduce the image size to 1024x1024 the image is drawn.
can anyone help me find a solution for this without changing the image size?
Thanks
I am trying to draw a large image(2048x2048) on a surface using Graphics.DrawImage.
The problem that I am having is that there is no image shown on the surface.
But if I reduce the image size to 1024x1024 the image is drawn.
can anyone help me find a solution for this without changing the image size?
Thanks