0

I have two instances of BitmapImage. I would like to layer then on eachother the create a new BitmapImage. How would I do this? (Using C#)

Thanks!

1 Answers1

0

Here's a possible solution:

How do I tile and overlay images in WPF?

Community
  • 1
  • 1
Tony The Lion
  • 61,704
  • 67
  • 242
  • 415
  • I thought this solved it, but there is one more problem. How do I convert the System.Windows.Media.ImageSource to a BitmapSource (for saving?) – Tijs Hendriks Jan 02 '10 at 13:27
  • what about this: http://stackoverflow.com/questions/1201518/convert-system-windows-media-imagesource-to-system-drawing-bitmap – Tony The Lion Jan 02 '10 at 18:37