GraphicsEndFill.hx 131 B

12345
  1. package flash.display;
  2. extern class GraphicsEndFill implements IGraphicsData implements IGraphicsFill {
  3. function new() : Void;
  4. }