source:
branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/Viewport2DPanningState.cs
@
13376
Last change on this file since 13376 was 12503, checked in by aballeit, 9 years ago | |
---|---|
File size: 225 bytes |
Rev | Line | |
---|---|---|
[12503] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | ||
6 | namespace Microsoft.Research.DynamicDataDisplay | |
7 | { | |
8 | public enum Viewport2DPanningState | |
9 | { | |
10 | NotPanning = 0, | |
11 | Panning | |
12 | } | |
13 | } |
Note: See TracBrowser
for help on using the repository browser.