I recently started learning WPF. In my program I need to draw a picture at runtime and display it. It seems that I should use Image class, but how should I paint the picture and display it? Using windows forms I would initialize Graphics and draw in a Bitmap displaying it in a PictureBox. Can I do something simmilar in WPF? Thanks.
Asked
Active
Viewed 3,206 times
1 Answers
0
plenty of examples here in SO:

Community
- 1
- 1

Davide Piras
- 43,984
- 10
- 98
- 147