DEBSOURCES
Skip Quicknav
sources / haxe / 1%3A3.4.7-1 / std / flash / display / Shape.hx
123456
package flash.display; extern class Shape extends DisplayObject { var graphics(default,never) : Graphics; function new() : Void; }