怎么在不更改按钮大小的情况下或者说不改按钮上图片大小的情况下,增加按钮的点击区域(热区)
vvar btnRec:Rectangle = new Rectangle(x,y,w,h);btn.hitArea = btnRec;