I have a Metafile that I would like to save as an image. So far, this seems
to work fine:
Metafile x = new Metafile(myFile name);
x.Save(jpgFilen ame, ImageFormat.Jpe g);
While I get the image fine, the background is black. For the life of me, I
can't figure out how to make the background white. Any ideas?
Somebody please make me feel stupid. Thanks.
to work fine:
Metafile x = new Metafile(myFile name);
x.Save(jpgFilen ame, ImageFormat.Jpe g);
While I get the image fine, the background is black. For the life of me, I
can't figure out how to make the background white. Any ideas?
Somebody please make me feel stupid. Thanks.
Comment