Anyone any idea on how to merge 2 rectangle images inside one large image? Naturally keeping track of the Bounds so they are side by side and don’t overlap…
This has a good starting point http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/thread/490b9c01-db4b-434f-8aff-d5c495e67e55 on how crop images and setting it to another, but not on how to merge several images.
It seems that version 1.0 from WriteableBitmapEx finally works! So you can now use the Blit command to do this!
http://writeablebitmapex.codeplex.com/
http://writeablebitmapex.codeplex.com/discussions/357603