Magnification Algorithm
-
hi, i am trying to implement magnification just like ACDC. Any one can guide me about magnification algorithm. i will b thankful to you. regards,
-
hi, i am trying to implement magnification just like ACDC. Any one can guide me about magnification algorithm. i will b thankful to you. regards,
it doesn't have any special algorithm. you can use .net methods (antialiasing enabled) to do it. simply create a panel and on paint event use e.Graphics.DrawImage() method to draw your image in your panel that larged according the zoom when e.i. + key pressed. -- modified at 10:32 Tuesday 3rd July, 2007
-
it doesn't have any special algorithm. you can use .net methods (antialiasing enabled) to do it. simply create a panel and on paint event use e.Graphics.DrawImage() method to draw your image in your panel that larged according the zoom when e.i. + key pressed. -- modified at 10:32 Tuesday 3rd July, 2007
Hi, thanks a lot for your reply. Actually I am using the same method as you have described but it is bit slow and getting complex. Because I have to draw the whole drawing again. Have u seen such kind of code or any sample. Plz let me know I will be very thankful to you. Regards,