Stackpanel to Image Methods?

Is there a way to take my existing glass pane on a WPF page and send it to the printer queue as an image? I have some existing print queue code, so it's not really the core of my question - I'm really just trying to convert the stack stack to an image so that I can send it to the print queue. A.

0
source share
1 answer

Try the RenderTargetBitmap class.

0
source

Source: https://habr.com/ru/post/1393980/


All Articles