Printing metafile
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I need to print a metafile to a specified rectangle on the printer DC. I am using the PlayEnhMetaFile(...) function to paint the metafile to the DC. This works except the RECT passed into the API call is in logical units (I believe) and the printer DC is something else. How do I get one or the other into the same coordinate system? TIA!