PixelSnapping.hx 78 B

1234567
  1. package flash.display;
  2. extern enum PixelSnapping {
  3. ALWAYS;
  4. AUTO;
  5. NEVER;
  6. }