how to display the whole diagram in fit view position. Regards, Algatesalgates
algates Tuesday, February 24, 2009 12:35 PM
I assume you draw in paint event, than you can use e.Graphics.ScaleTransform( , ) to size the drawing. But you need to know how big your image is to know how much it should be scaled.
I assume you draw in paint event, than you can use e.Graphics.ScaleTransform( , ) to size the drawing. But you need to know how big your image is to know how much it should be scaled.