System::Drawing::Image / EMF / Clipboard
good day,
not sure best place post question...
i wondering if there way use emf clipboard data, can bmp data, in below:
system::windows::forms::clipboard::getimage() - works provided clipboard data in bmp format.
i want emf data on clipboard system::drawing::image ^ if @ possible.
any tips? appreciate pointers.
thanks,
wb
you'll have same thing, use interop. invoke win32 clipboard functions , drawing functions draw metafile bitmap.
see george sheppard's windows forms faq entry how can copy , paste images/graphs etc ms office picturebox?
.NET Framework > Common Language Runtime Internals and Architecture
Comments
Post a Comment