Tagged Questions
4
votes
2answers
3k views
WPF Instantiate User control programmatically to render it as PNG
I want to instantiate a user control programmatically in a DLL to save it afterwards as PNG file. This is generally no problem with PngBitmapEncoder and RenderTargetBitmap.
This are my questions:
...