Rect
com.froglogic.squish.extension.Rect类 Rect — 工具无关的矩形类。
概要
public final class com.froglogic.squish.extension.Rect { // Public Fields public int height ; public int width ; public int x ; public int y ; // Public Constructors public Rect(); public Rect(int x, int y, int width, int height); // Public Methods public boolean contains(com.froglogic.squish.extension.Point p); public boolean equals(java.lang.Object obj); public com.froglogic.squish.extension.Rect intersect(com.froglogic.squish.extension.Rect r); public boolean isEmpty(); public boolean isValid(); public java.lang.String toString(); }
从 java.lang.Object 继承的方法: clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, toString
, wait
描述
工具无关的矩形类。
构造函数
Rect()
public Rect();
在左上角位置 (0, 0) 创建一个宽度和高度为零的矩形。
Rect(int, int, int, int)
public Rect(int x, int y, int width, int height);
参数 | |
---|---|
x | 矩形的 x 位置 |
y | 矩形的 y 位置 |
width | 矩形的宽度 |
height | 矩形的宽度 |
在左上角位置 x, y 处创建一个给定宽度和高度的矩形。
©2024 The Qt Company Ltd. 包含在此处的文档贡献是各自所有者的版权。
此处提供的文档许可证根据 Free Software Foundation 发布的 GNU 自由文档许可证 1.3 版本 的条款。
Qt 和相关标志是芬兰及/或其他国家/地区的 The Qt Company Ltd. 的商标。所有其他商标均为其各自所有者的财产。