ImageBoxSample/ImageBoxSample.sln
Download
imageboxsample-part2.zip
(441.84 KB | 13 August 2010 )
Second in a multi part series on creating an image viewer that can be scrolled and zoomed in C#. After part one created the initial component with auto resize, we now add scrolling support.
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-part2.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
