ImageBoxSample/ImageBoxSample.sln
Download
imageboxsample-part4.zip
(448.63 KB | 28 August 2010 )
Fourth and final in a multi part series on creating an image viewer that can be scrolled and zoomed in C#. After part three added panning, we now add zoom support via the mouse wheel and clicking with the left or right buttons, along with some additional display properties.
Donate
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Contents of imageboxsample-part4.zip/ImageBoxSample/ImageBoxSample.sln
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImageBoxSample", "ImageBoxSample.csproj", "{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8241A955-C8E4-4CFD-BA28-EEAB34F6C00C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Files
- ImageBoxSample
