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

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
  }
}

Files