JointStyle.hx 75 B

1234567
  1. package flash.display;
  2. extern enum JointStyle {
  3. BEVEL;
  4. MITER;
  5. ROUND;
  6. }