public final class ImRect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ImVec2 |
max
Lower-right
|
ImVec2 |
min
Upper-left
|
Constructor and Description |
---|
ImRect() |
ImRect(float x1,
float y1,
float x2,
float y2) |
ImRect(ImVec2 min,
ImVec2 max) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |