Copying a transparent 32 bit bitmap to the clipboard

  • Thread starter Thread starter info
  • Start date Start date
I

info

Hi All,


I am struggling with this from 48 hours and cannot succeed, of course
I've tried:

DataObject dObj = new DataObject();
dObj.SetData(DataFormats.Bitmap, false, bitmap);
Clipboard.SetDataObject(dObj, true);

and

Clipboard.SetImage(bitmap);

But nothing: tranparency DOES NOT pass trough.

What is the secret?


Thanks,

Alberto
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top