| 12345678910111213141516171819202122 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace TheraBytes.BetterUi
- {
- public enum ImpactMode
- {
- PixelHeight,
- PixelWidth,
- AspectRatio,
- InverseAspectRatio,
- Dpi,
- StaticMethod1,
- StaticMethod2,
- StaticMethod3,
- StaticMethod4,
- StaticMethod5,
- }
- }
|