Hi All-
I noticed in the Enhanced Metafile driver functions the following code
is everywhere.
if(dc->w.GraphicsMode == GM_COMPATIBLE) {
right--;
bottom--;
}
Why are we excluding the bottom right edge if in compatible mode. The
MSDN docs say nothing about this.
To me this is bad, because if we take for example the EMFDRV_Rectangle
function, we exclude the edge at the EMFDRV level and at the XllDRV
level when we draw it.
Is there a specific reason for this behavior or should I get rid of
it.
Thanks in advance.
Jason Mawdsley
Macadamian Technologies