tags:

views:

162

answers:

0

I want to "playback" the rendering of a Metafile class (.WMF Image). I have seen a few examples using the EnumerateMetafile method, however they do not show how I would get the lines or points I would need to draw.

The purpose is to draw the WMF to a special format using only points, lines and curves.

Any help is greatly appreciated.