Jump to content
Xtreme .Net Talk

Recommended Posts

  • Administrators
Posted (edited)

System.Drawing.Imaging.Metafile is probably the best option, msdn has some information however it does look a bit of an odd class to work with at first glance.

 

Edit: Ignore me, as usual marble eater is talking sense and bothering to do real research...

Edited by PlausiblyDamp

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

  • Leaders
Posted
The .Net Framework does not have any support for saving vector images. It treats them internally as System.Drawing.Imaging.Metafile objects (as opposed to System.Drawing.Bitmap objects) but the Metafile.Save method does not save a vertor image.
When you use the Save method to save a graphic image as a Windows Metafile Format (WMF) or Enhanced Metafile Format (EMF) file, the resulting file is saved as a Portable Network Graphics (PNG) file instead. This behavior occurs because the GDI+ component of the .NET Framework does not have an encoder that you can use to save files as .wmf or .emf files.[/Quote]
[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...