how to save a WPF image to a file

Posted by tbischel on Stack Overflow See other posts from Stack Overflow or by tbischel
Published on 2010-05-24T21:24:51Z Indexed on 2010/05/24 21:51 UTC
Read the original article Hit count: 266

Filed under:
|
|

in WPF, the System.Windows.Clipboard.getImage() function returns a BitmapSource object. As a newbie in WPF coming from a WinForms background, its not clear to me how to save this image to a file. What are the steps I must take?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about save