wxTheClipboard and image formats

Hi,
Is it possible to save an image usign wxTheClipboard in formats other than those
that are bmp related? In particular I'd like the ability to save an 'emf' or
'wmf' file.
Best,
Roger

Roger Jarvis wrote:

Hi,
Is it possible to save an image usign wxTheClipboard in formats other than those
that are bmp related? In particular I'd like the ability to save an 'emf' or
'wmf' file.

I've never used/tested them, but on Windows we have wx.MetaFile and wx.MetaFileDataObject classes.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!