Image control with pan and zoom ability

Posted by corvus on Stack Overflow See other posts from Stack Overflow or by corvus
Published on 2010-03-31T12:26:02Z Indexed on 2010/03/31 12:33 UTC
Read the original article Hit count: 435

Filed under:
|

I am looking for a free .net winforms control which is able to display images. PictureBox isn't a solution because you have to implement all pan&zoom events yourself. The control should be able to display images like 4000x5000 pixels, have zoom and pan buttons.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about winforms