public final class IOSScreenBounds
extends java.lang.Object
IOSApplication.computeBounds() and providing custom, correct values is
recommended.| Modifier and Type | Field and Description |
|---|---|
int |
backBufferHeight
Dimensions of drawing surface in pixels
|
int |
backBufferWidth
Dimensions of drawing surface in pixels
|
int |
height
Dimensions of drawing surface in points
|
int |
width
Dimensions of drawing surface in points
|
int |
x
Offset from top left corner in points
|
int |
y
Offset from top left corner in points
|
| Constructor and Description |
|---|
IOSScreenBounds(int x,
int y,
int width,
int height,
int backBufferWidth,
int backBufferHeight) |
public final int x
public final int y
public final int width
public final int height
public final int backBufferWidth
public final int backBufferHeight