How can I draw the Bitmap of a Direct 2D BitmapRenderTarget to a WicRenderTarget using SharpDX?
I’m attempting to create a BitmapRenderTarget, draw to it, and then draw the Bitmap created to a WicRenderTarget, the end goal being to then save that as a png. The problem, the code fails when I attempt to draw the BitmapRenderTarget’s Bitmap to the created WicRenderTarget without any explanation. How can I achieve this?