Actionscript getBounds:如果 targetCoOrdinateSpace 未添加到舞台会怎样
我有两个显示对象 dispObj1、dispObj2。
dispObj2.stage 为空。 (即无论如何它都不会添加到舞台中)
dispObj1.getBounds(dispObj2) 的输出应该是什么?
它是明确定义的,还是可以是任意的?
一旦我得到 x ofboundingRectangle 接近 6710785,我猜
是某处整数溢出的症状。
但其他时候我得到了合理的 x、y、宽度、高度值。
I have two display objects dispObj1, dispObj2.
dispObj2.stage is null. (i.e. it is not added to stage anyhow)
What should be the output of dispObj1.getBounds(dispObj2)?
Is it well defined, or could it be arbitrary?
Once I got x of boundingRectangle close to 6710785, which I guess
is a symptom of an integer overflow somewhere.
But other times I got a reasonable value for x,y,width,height.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜它会返回一些垃圾值。
另一个人也遇到了同样的问题。
来源:
getBounds 的疯狂默认值
I guess it returns some junk values.
Another person has faced the same problem.
Source :
insane defaults for getBounds