Shape.hx 192 B

1234567
  1. package flash.display;
  2. extern class Shape extends DisplayObject {
  3. @:flash.property var graphics(get,never) : Graphics;
  4. function new() : Void;
  5. private function get_graphics() : Graphics;
  6. }