|
WPF: Handling Drag and Drop of Image coming from almost every source |
|
|
|
Scritto da Gene
|
|
sabato 07 marzo 2009 |
|
The following code snipplet let you handle drag and drop of a bitmap image coming from a file or directly from a rich document (such as PDF, Word, Open Office, HTML page,...) into your WPF application.
The following DataFormats are handled:
- DataFormats.Bitmap
- DataFormats.Dib
- DataFormats.FileDrop
(click on "Leggi Tutto..." link to view the souce code) =D
|
|
Ultimo aggiornamento ( sabato 07 marzo 2009 )
|
|
Leggi tutto...
|