I'm trying to extract a Bitmap object from a WPF Control (a System.Windows.FrameworkElement object) and then display it in a picture box (or save it in a file). All of that is done in a WinForms ...
I am working on a program which composts some images together and ends up with a large working set for a time (final output will be a large image). I have been having some very strange issues working ...