Am I coding something that is causing some type of memory issue
Metafile metFil = null;
Bitmap bmp = new Bitmap(x, y);
g = Graphics.FromImage(bmp);
Am I coding something that is causing some type of memory issue
Metafile metFil = null;
Bitmap bmp = new Bitmap(x, y);
g = Graphics.FromImage(bmp);