Actionscript getBounds:如果 targetCoOrdinateSpace 未添加到舞台会怎样

发布于 2024-09-15 00:37:31 字数 303 浏览 3 评论 0原文

我有两个显示对象 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

帅气称霸 2024-09-22 00:37:31

我猜它会返回一些垃圾值。
另一个人也遇到了同样的问题。
来源:
getBounds 的疯狂默认值

I guess it returns some junk values.
Another person has faced the same problem.
Source :
insane defaults for getBounds

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文