Difference between revisions of "CSharp Image Processing Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 10: | Line 10: | ||
* http://www.codeproject.com/Articles/21097/PictureBox-Zoom | * http://www.codeproject.com/Articles/21097/PictureBox-Zoom | ||
* http://stackoverflow.com/questions/10915958/how-to-zoom-inout-an-image-in-c-sharp | * http://stackoverflow.com/questions/10915958/how-to-zoom-inout-an-image-in-c-sharp | ||
* | * http://www.codeproject.com/Articles/26532/A-Zoomable-and-Scrollable-PictureBox | ||
Revision as of 22:40, 28 May 2015
Also see - C-Sharp Image Processing | C-Sharp - Working with Images
- http://csharphelper.com/blog/2012/04/convert-a-rectangle-into-a-rectanglef-and-vice-versa-in-c/
- http://csharphelper.com/blog/2012/04/convert-a-rectangle-into-a-rectanglef-and-vice-versa-in-c/
Zooming Images
- http://stackoverflow.com/questions/18270144/c-simple-and-functional-way-to-zoom-picturebox-images-with-scroll-bars
- http://www.codeproject.com/Articles/21097/PictureBox-Zoom
- http://stackoverflow.com/questions/10915958/how-to-zoom-inout-an-image-in-c-sharp
- http://www.codeproject.com/Articles/26532/A-Zoomable-and-Scrollable-PictureBox