Rendering a transparent EMF image -
04-02-2007
, 06:30 AM
I'm trying to draw a transparent EMF image on a graphics object when
printing, using gfx.DrawImage. However, the image seems to be showing up with
a black background nomatter what I do.
Is there a) some way to make it render the transparency correctly or b) can
I send a command to the metafile using Metafile.PlayRecord to change the
transparent background to a white background? |