F
Flare
Hi. I have made a simple painting applcation.
I have a mainform wich creates a class called drawingPanelwich inherit from
Panel. In the drawingPaneli have overriden onPaint an the the painting.
Now on my mainform i have a button called Print. I know how to print
.....PrintPageEventArgs e (e.graphics......)
But HOW do i get the things i ave painted on the drawingPanel? I cant see
how i can access this temporary paint job. How is this normally done?
Thanks in regards
Anders
I have a mainform wich creates a class called drawingPanelwich inherit from
Panel. In the drawingPaneli have overriden onPaint an the the painting.
Now on my mainform i have a button called Print. I know how to print
.....PrintPageEventArgs e (e.graphics......)
But HOW do i get the things i ave painted on the drawingPanel? I cant see
how i can access this temporary paint job. How is this normally done?
Thanks in regards
Anders