Hello,
I have some code that grabs 3 images from separate pictureboxes and creates 1 image from them in a different picturebox
The code works but the image is flat I want the image to be a box
I have tried using ControlPaint.DrawBorder3D(g, New Rectangle(10, 10, 200, 200))
to no avail. after...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.