SnapRegion.cs 100 B

12345678
  1. namespace PaintDotNet
  2. {
  3. public enum SnapRegion
  4. {
  5. Interior,
  6. Exterior
  7. }
  8. }