Description: The ImageViewer UserControl is something I created to fill in a gap I experienced in displaying images on my forms. I wanted to be able to zoom in, zoom out, rotate my images and best of all, not have to scale my images down to make it fit inside my forms.
I have looked around and found solutions such as dragging PictureBoxes inside of a panel, potentially good but it had its issues. With this article, I want to share my work with those who might be having this very same issue.
To Search:
- [weather] - ASP.NET c# based on weather forecasts pr
File list (Check if you may need any files):
PanelDoubleBuffered.cs
Properties
..........\AssemblyInfo.cs
..........\Resources.Designer.cs
..........\Resources.resx
Resources
.........\btnBack.png
.........\btnDrag.png
.........\btnFitToScreen.png
.........\btnNext.png
.........\btnOpen.png
.........\btnPreview.png
.........\btnRotate270.png
.........\btnRotate90.png
.........\btnSelect.png
.........\btnZoomIn.png
.........\btnZoomOut.png
.........\Drag.cur
.........\Grab.cur
.........\Thumbs.db
GifImage.cs
KP-DrawEngine.cs
KP-DrawObject.cs
KP-ImageViewerV2.cs
KP-ImageViewerV2.csproj
KP-ImageViewerV2.csproj.user
KP-ImageViewerV2.Designer.cs
KP-ImageViewerV2.resx
KP-ImageViewerV2.sln
KP-ImageViewerV2.suo
MultiPageImage.cs