Questions tagged [paintbox]
16 questions
-2
votes
1 answer
How draw a rectangle/hole in a "Form3" using coordinates of a PaintBox present in "Form2"?
I have a "Form2" that have a ScrollBox and a PaintBox.
Also exists another Form called "Form3" (also with a PaintBox inside) that have the ScrollBox of "Form2" as your parent. Then i need draw a rectangle => hole over "Form3" based on coordinates of…
user10752826