GraphicsPathWinding.hx 83 B

1234567
  1. package flash.display;
  2. extern enum GraphicsPathWinding {
  3. EVEN_ODD;
  4. NON_ZERO;
  5. }