I have two questions:
1) I have a PictureBox
and its Dock is set to Fill. When I resize the Form
I cannot create a Graphic on the part of the PictureBox
that is extended. What is the problem?
2) I want to convert the Graphic that is created on the PictureBox
to Bitmap
and save it as
*.JPG or *.bmp. How can I do this?