04-26-2011 12:01 PM
Hi,
I currently do an XY scan that draws the measured points to a canvas. To print the Scan I redraw the XY scan on to a seperate panel and send the print job to the default print or the user has the option to copy the panel as a bitmap. I need to rotate the graph and axis 90 degrees. Anyone have a quick way to do that?
04-26-2011 04:09 PM
This old discussion can help you in developing a routine for rotating the canvas. Both solutionsin that thread start getting the bitmap image of the control with GetCtrlDisplayBitmap, apply the rotation and store the rotated bitmap again into a picture or canvas control.
04-26-2011 04:16 PM
Thanks,
I'll give it a try
04-27-2011 09:13 AM
Thanks. works great. Now I have to figure out how to reformat the rest.