ImageBoxSample/ImageBoxGridScale.cs
Download
imageboxsample-part3.zip
(443.55 KB | 23 August 2010 )
Sample project showing how to create an image viewer that supports scrolling with the mouse and keyboard, and panning with the mouse.
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-part3.zip/ImageBoxSample/ImageBoxGridScale.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cyotek.Windows.Forms
{
public enum ImageBoxGridScale
{
Small,
Medium,
Large
}
}
