rt1223103 在正常状态下,根据 getGraphicBounds(true) 画出为的 四个黑点 见 图片一 旋转图后再次 使用 getGraphicBounds(true) 画出的四个点 见 图片二 改变注册点后旋转图片 使用 getGraphicBounds(true) 画出的四个点 见 图片三 也不能光为了效率,什么功能不实现吧,getGraphicBounds 函数的调用哪有计算 对象真是的大小了,明明 内部被赋值过一个 Rectangle 后就一直没变过
ymsdandan rt1223103 @rt1223103:aphicBounds getSelfBounds的结果是相对于显示对象本身的坐标系的,改变显示对象自身的xy rotation scale都不会有影响,要获取相对于父对象的结果得自己转换,或者用getBounds _boundPointsToParent