Converting Windows Metafiles in VB

Vamirr

New member
Joined
Apr 14, 2010
Messages
1
Programming Experience
Beginner
Greetings,

I've got a client who intends to use our my department's floorplan data sets (stored in an ESRI GIS environment) as background images for a remote sensor package. The client requires the images in .wmf where as our only available vectored image format is .emf.

I see there exists an EmfToWmfBits method as part of the Metafile class within GDI+ that can be used to convert from emf to wmf, however, I seem to be unable to access this method in VB. This sample provided by Microsoft can be found here EmfToWmfBits Method (Windows). Within VS, my metafile class looks like this Metafile Members (System.Drawing.Imaging).

Why is my metafile class different from the first link and how can I go about accessing EmfToWmfBits? Thanks in advance.
 

Latest posts

Back
Top