Flash 从 setSize() 方法调用组件的大小方法,以设置组件内容的版式。大小方法至少应调用超类的大小方法,如以下范例所示:
setSize()
function size(Void):Void { super.size(); }