返回介绍

Rect.Overlaps 重叠

发布于 2019-12-18 15:38:23 字数 1002 浏览 1837 评论 0 收藏 0

JavaScript => public function Overlaps(other: Rect): bool;
public function Overlaps(other: Rect, allowInverse: bool): bool;
C# => public bool Overlaps(Rect other);
public bool Overlaps(Rect other, bool allowInverse);

Parameters 参数

otherOther rectangle to test overlapping with.
其他矩形重叠。
allowInverseDoes the test allow the Rects' widths and heights to be negative?
是否允许矩形的宽和高值为负数?

Description 描述

Returns true if the other rectangle overlaps this one. If allowInverse is present and true, the widths and heights of the Rects are allowed to take negative values (ie, the min value is greater than the max), and the test will still work.

如果其他的矩形重叠返回true。如果当前允许allowInverse并且值为true,矩形的宽度和高度可以取负值(即最小值大于最大值),那么测试仍然运行。

rect

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文